This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 10637 - The remote server returned an error: (502) Bad Gateway while using w3c markup validation
Summary: The remote server returned an error: (502) Bad Gateway while using w3c markup...
Status: RESOLVED WONTFIX
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: HEAD
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-15 14:18 UTC by Ahmad
Modified: 2015-08-23 07:43 UTC (History)
1 user (show)

See Also:


Attachments

Description Ahmad 2010-09-15 14:18:54 UTC
I am getting the following error when I use the w3c markup validator and using the given format to validate html.

Format:

string sValidateUrl = "http://validator.w3.org/check";
string sData = "output=soap12&fragment=" + HttpUtility.UrlEncode(HTMLString);

Error:
The remote server returned an error: (502) Bad Gateway.

Error detail:
Bad Gateway The proxy server received an invalid response from an upstream server Apache/2 Server at validator.w3.org Port 80
Comment 1 Michael[tm] Smith 2015-08-23 07:43:08 UTC
Use https://validator.w3.org/nu/ instead.