How to add custom data in http header -
i want add custom data in http header , send web application can access data. how can that, please help.
have article
// adds "x-hello: world" header request httpchannel.setrequestheader("x-hello", "world", false);
Comments
Post a Comment