Case Study
Knowing the HTTP protocol is frequently helpful in debugging Web applications. For example, suppose you try to redirect the browser to a different site and for some reason, you get a 404 - Page not found error. Using the Telnet program, you access the Web site and look at the redirect request to see what it's sending the browser.
A developer was working on a Java Web application that wasn't tracking sessions correctly. The application sent a redirect to the browser, and although the browser displayed the new page correctly, the session information was gone. Using the Telnet program, the developer captured the redirect request on the screen and realized that the browser was being redirected to a different URL. The session information ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access