Set up an HTTP proxy to insert a header

前端 未结 7 920
[愿得一人]
[愿得一人] 2020-12-12 21:46

I need to test some HTTP interaction with a client I\'d rather not modify. What I need to test is the behavior of the server when the client\'s requests include a certain, s

7条回答
  •  旧巷少年郎
    2020-12-12 22:21

    Rather than using a proxy, I'm using the Firefox plugin "Modify Headers" to insert headers (in my case, to fake a login using the Single Sign On so I can test as different people).

提交回复
热议问题