Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Python Web Penetration Testing

You're reading from   Learning Python Web Penetration Testing Automate web penetration testing activities using Python

Arrow left icon
Product type Paperback
Published in Jun 2018
Publisher Packt
ISBN-13 9781789533972
Length 138 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Christian Martorella Christian Martorella
Author Profile Icon Christian Martorella
Christian Martorella
Arrow right icon
View More author details
Toc

Analyzing HTTP responses

In this section, we will learn about the different HTTP response status codes and different classes of HTTP response codes.

Then, we'll write examples to see successful responses or errors, and finally, we'll see a redirection example.

HTTP codes

The HTTP protocol defines five classes of response codes to indicate the status of a request:

  • 1XX-Informational: The 100 range codes are used for informational purposes. It is only present in HTTP/1.1.
  • 2XX-Success: The 200 range of codes are used to indicate that the action requested by the client was received, understood, accepted, and processed. The most common is 200 OK.
  • 3XX-Redirection: The 300 range indicates the client that must take additional...
You have been reading a chapter from
Learning Python Web Penetration Testing
Published in: Jun 2018
Publisher: Packt
ISBN-13: 9781789533972
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime