How can I read the header of request to webserver

60 Views Asked by At

I created a stand alone soap webserver in delphi. I use javascript in the front end to connect to the webserver. I know how to send username and password in the header of each request in javascript but I don't know how to read them in server side by Delphi. Can anyone help me to read the header of the requests?

0

There are 0 best solutions below