I have a web service and I want to know if I can send custom http headers similar to "content-type" and read them on the web service side.
i want to create a header called "Branch" and add it to my HttpWebRequest. I know how to do it with SOAP already but http doesnt seem to work the same way.
i want to create a header called "Branch" and add it to my HttpWebRequest. I know how to do it with SOAP already but http doesnt seem to work the same way.