views:

31

answers:

2

I want to know how web request executed while requesting any information from other server. I want to know internal of this message processing means when we click any button on web page then how it converted to GET/POST request in proper message format inclucing SOAP etc. Is there any link or book from where i can get these info. Please help me.

A: 

Search on w3.org for specifications for ex. Soap specification

Orsol
A: 

You can run an HTTP Sniffer and see the work-flow of sending/receiving HTTPS/HTTPS requests and responses.

Web developer