Results 1 to 6 of 6

Thread: Status Code in HTTP

  1. #1
    Join Date
    Nov 2009
    Posts
    680

    Status Code in HTTP

    Hello, I am learning java programming language. And while learning it, I have come to know that there are some of the status codes available in HTTP which are useful if you make use of them in your code. I am not having any knowledge about the status code. So, if anyone from you is having information about the status code, then please provide that to me. It will be helpful to me to get knowledge about it.

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: Status Code in HTTP

    Hello, I am also not having more knowledge about it. But, if you make use of the status code then there is different use of each status code and you will need to use it as per your need. Each of the status code contains different response and then you can able to use the status code as per your use. I don't know how they can be useful in your code as I have not used it before.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Status Code in HTTP

    Hello, There are following status code in HTTP are available which I know :
    • Success 2xx
    • OK 200
    • CREATED 201
    • Accepted 202
    • Partial Information 203
    • No Response 204
    • Error 4xx, 5xx

  4. #4
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Status Code in HTTP

    If you consider Server Error then following type of status codes are available:
    1. 500 is an error of the Internal Server Error
    2. 501 is an error of the Not Implemented
    3. 502 is an error of theBad Gateway
    4. 503 is an error of theService Unavailable
    5. 504 is an error of theGateway Timeout
    6. 505 is an error of theHTTP Version Not Supported
    7. 506 is an error of theVariant Also Negotiates
    8. 507 is an error of theInsufficient Storage
    9. 509 is an error of theBandwidth Limit Exceeded
    10. 510 is an error of theNot Extended

  5. #5
    Join Date
    May 2008
    Posts
    2,012

    Re: Status Code in HTTP

    If you are having a website and one of the client give you request about some of the content. You can consider it as a user who simply access the website of your and then use it. At that time you need to use the HTTP status code for providing the response to the request. That status code will provide you details about the status ie condition of the request sent by the the client. This status code contains the information about the website and the request. There are some of the common status codes are available which are as below:
    • 200 - It is used if the server provide you successful returning of the page.
    • 404 - It is used if the page which is requested does not exist.
    • 503 - It is used if the server is unavailable.

  6. #6
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Status Code in HTTP

    Hey, I know the below mentioned status code which are available in HTTP:
    1. 300 - Multiple Choices
    2. 301 - Moved Permanently
    3. 302 - Found
    4. 303 - See Other
    5. 304 - Not Modified
    6. 305 - Use Proxy
    7. 306 - No Longer Used
    8. 307 - Temporary Redirect

Similar Threads

  1. Getting HTTP error 207 Multi-Status
    By Cheeen-Hal in forum Networking & Security
    Replies: 5
    Last Post: 05-04-2012, 02:29 AM
  2. Getting HTTP Status Code 403 while downloading content
    By Casula in forum Technology & Internet
    Replies: 4
    Last Post: 22-08-2011, 02:30 PM
  3. Replies: 4
    Last Post: 10-04-2011, 09:07 PM
  4. Replies: 9
    Last Post: 10-04-2009, 01:51 AM
  5. Replies: 2
    Last Post: 28-06-2007, 12:10 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,531,778.60757 seconds with 17 queries