Can I pass custom data in the HTTP header?

前端 未结 7 1788
北海茫月
北海茫月 2021-02-12 17:14

I have a whole bunch of web services each with several web methods. The consumers of these services are varied and many. I want to augment each of these web methods with an extr

7条回答
  •  再見小時候
    2021-02-12 18:09

    Yes it is allowed - but note that it may cut off the ability to use proxies and sometimes http aware firewalls (they tend to inspect and rewrite headers).

提交回复
热议问题