Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 FiddlerScript 更改“请求标头”(发布协议),为了澄清,请看一下:
它应该在这里的某个地方?
oSession.oRequest["..."] = "...";
但我不知道oRequest.
oRequest
好的,我自己解决了:应该是oSession.oRequest.headers.RequestPath="somepath";另外一个说法oSession.oRequest.headers.HTTPMethod...
oSession.oRequest.headers.RequestPath="somepath";
oSession.oRequest.headers.HTTPMethod...