single sign on - How to control HTTP navigation step by step? -


in google chrome, can see http navigation using developer tools > network > preserve log. using cannot control navigation step step. there way with/without developer tools wherein can control http navigation step step better investigation?

http have 2 options communicate server

  • request (httprequest)
  • response (httpresponse)

the browser send request , wait response. nothing happens in between them. once request processed, returns response code, header, response.

browser tracks how time took, kind of header send request etc.


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -