http - Wireshark showing post parameters in diffrent locations in follow TCP stream window -


im running tests on app , ive stumbled upon odd thing happends when sniff traffic between me , app server using wireshark:

in scenario when im making post request through app's html, looks that: making post request through app's html

but when im requesting same thing using chrome extension "postman", looks that:

enter image description here

why parameters shown @ top of request? mean, changed here?

im trying find clue why working in first option , refuses work on second. thats why need investigate every little thing..

edit:

i wrote short html page illustrate , second option happens here well:

... <form action="http://x.x.x.x/page.cgi?id=1726931735&host_name=blah" method="post"> .... 

postman send empty body default, need enable rows of key-value fields them added request. postman not read form on page, parameters must inserted plugin fields. otherwise postman send empty request see.

you need enter fields in body tab in postman:

postman boy tab


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -