anyproxy icon indicating copy to clipboard operation
anyproxy copied to clipboard

AnyProxy 无法解析请求方法为 VIEW 的请求

Open FaiChou opened this issue 6 years ago • 1 comments

$ curl --proxy http://127.0.0.1:8001 \
  -H ':method: VIEW' \
  -H 'content-type: application/json' \
  --data-binary '{"pin" : 8213,"id" : "0911D5D6-6354-21F7-9E0A-XXXXXXXXXXXX"}' \
  -X VIEW \
  'https://api.some.app.io/trial'

经过测试, anyproxy 无法解析请求方法为 VIEW 的请求,在 Charles 和 mitmproxy 可以正常解析。 并且遇到 VIEW 的请求, beforeSendRequest 都不会触发。

FaiChou avatar Feb 26 '20 09:02 FaiChou

Is there anyone could confirm this issue?

FaiChou avatar Feb 29 '20 14:02 FaiChou