Difference between revisions of "Error Messages/41159"

 
Line 1: Line 1:
= Error Message Examples =
+
[[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. Please visit the following Wikipedia Link to learn about the HTTP status codes:<br>
 
http://en.wikipedia.org/wiki/HTTP_status_code.
 
 
 
= Remedies =
 
  
 +
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.
  
<br><comments />
+
==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


You are not allowed to post comments.