Add webservice request custom http header
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hello all, i got a very serious problem and i need to add http header to each client request i make to a webservice. so my question is how can i add a custom http header to the request? as .net generates wsdl and hide the httprequest object? i wanna see how to access the base httprequest object and add the header i want. thank you
marcoryos