Thread: Http 502 and 503 errors

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1,579

    Http 502 and 503 errors

    Hello everyone,


    I am writing a simple client which downloads Pages from Http Web site. Sometimes I received errors like 502 or 503 (Http error code), and I am wondering,

    - What do they mean?

    - Are they pure server side issue? Or I could improve by adding some additional information to my Http request (e.g. provide user name and password, provide locale information?)


    thanks in advance,
    George

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    You obviously have not tried "google http error codes", as the first 5 links there will give you the answer in almost identical ways.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 08-23-2008, 01:16 PM