Can I pass custom data in the HTTP header?

前端 未结 7 1797
北海茫月
北海茫月 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:02

    You can, but this defeats the whole purpose of using webservices in the first place. Similar to the saying that each formula in a popular science books reduces the audience to a half, each quick hack increasing the complexity of the interface will mean a lot of trouble in the future.

提交回复
热议问题