CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2001
    Location
    Sydney, Australia
    Posts
    813

    What does this mean? (Error 503)

    What does it mean if a website persistently gives you this message (but not all the time):

    503 Service Unavailable
    The service is not available. Please try again later.
    Microsoft LVP - Least Valuable Professional

    Please rate this post... Pleeeeeeaaassee!!!

  2. #2
    Join Date
    Jun 2003
    Location
    Heck-:D-Hokkaido.
    Posts
    47

    Re: What does this mean? (Error 503)

    Originally posted by Deniz
    What does it mean if a website persistently gives you this message (but not all the time):

    503 Service Unavailable
    The service is not available. Please try again later.
    Sounds like your making an international call and getting stuck crying since the operator you want came but offer no help...
    From w3.org
    The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    -Vu

  3. #3
    Join Date
    Aug 2001
    Location
    Sydney, Australia
    Posts
    813
    so whats a 500 error then? And what are you saying? Am I confused..?
    Microsoft LVP - Least Valuable Professional

    Please rate this post... Pleeeeeeaaassee!!!

  4. #4
    Join Date
    Jun 2003
    Location
    Heck-:D-Hokkaido.
    Posts
    47
    Originally posted by Deniz
    so whats a 500 error then? And what are you saying? Am I confused..?

    Okay, take it easy man !! Here

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured