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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -