Difference between revisions of "Error Messages/41159"
AManandhar (talk | contribs) m (→Cause) |
|||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
+ | == Error message examples == | ||
+ | |||
+ | <pre style="background:white; border:white; margin-left: 1em; font-style:italic"> | ||
The ReadFromUrl request to: | The ReadFromUrl request to: | ||
www.somesite.com | www.somesite.com | ||
received an HTTP status code %2%: %3%. | received an HTTP status code %2%: %3%. | ||
+ | </pre> | ||
− | = Cause = | + | == Cause == |
− | |||
− | |||
− | |||
− | |||
− | |||
+ | The web page that you tried to read from returned the mentioned HTTP status code, which can be caused by various different reasons. Please visit the following Wikipedia Link to learn about the HTTP status codes: http://en.wikipedia.org/wiki/HTTP_status_code. | ||
+ | == Remedy == | ||
+ | Correct the problem specified in the HTTP status code. | ||
− | + | ==See Also== | |
+ | * [[ReadFromUrl]] | ||
+ | * [[OpenURL]] | ||
+ | * [[Retrieving Content From the Web]] | ||
+ | * [http://en.wikipedia.org/wiki/HTTP_status_code HTTP status codes] |
Latest revision as of 22:34, 11 April 2016
Error message examples
The ReadFromUrl request to: www.somesite.com received an HTTP status code %2%: %3%.
Cause
The web page that you tried to read from returned the mentioned HTTP status code, which can be caused by various different reasons. Please visit the following Wikipedia Link to learn about the HTTP status codes: http://en.wikipedia.org/wiki/HTTP_status_code.
Remedy
Correct the problem specified in the HTTP status code.
See Also
Comments
Enable comment auto-refresher