Ask Your Question
0

what is sent by browser to server

asked 2019-03-29 12:22:34 +0000

I am developing asp.net mvc application. I have an HTML Form containing - Labels, Text Boxes, Drop Down Lists and Web Grid(HTML Table).

When I Click on Update Button (i.e. use POST Method), what exactly is sent by browser to say IIS Web Server. If you can provide ACTUAL and ALL text contents (such as HTTP/1.1, content-length=123456, actual controls and their contents) as a text file and snapshot to me, it will really help me to improve my web development.

On Server side I use c#.net. From Server on wards, I have full understanding up to databases etc. I am quite familiar with JavaScript, jQuery, CSS3, jSON etc. I also know as to how to use model, fill data in a view and return view from controller.

With Kind Regards, Dilip Nagle

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-03-29 20:53:05 +0000

Ross Jacobs gravatar image

Hi Dilip,

Wireshark is the wrong tool for this task. Wireshark will look at packets when you want to look at text objects like JSON.

You want to use the "Network" tab of your browsers' developer tools to see what is sent and how long it takes. Browser documentation on network monitoring is quite good in both the Chrome docs and Firefox docs.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-03-29 12:22:34 +0000

Seen: 329 times

Last updated: Mar 29 '19