"502 Bad Gateway" when visiting certain URLs, Part 2
 

Part 1: "502 Bad Gateway" when visiting certain URLs

GWT reported another 502 error:

It looks like Googlebot is piecing together URLs based on all the path fragments that appear in the Javascript on the page:

askbot['urls']['mark_interesting_tag'] = '/en/mark-tag/interesting/';
askbot['urls']['mark_ignored_tag'] = '/en/mark-tag/ignored/';
askbot['urls']['unmark_tag'] = '/en/unmark-tag/';
askbot['urls']['set_tag_filter_strategy'] = '/en/set-tag-filter-strategy/';
askbot['urls']['questions'] = '/en/questions/';
askbot['urls']['question_url_template'] = scriptUrl + 'question/{{QuestionID}}/';

etc.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
todofixthis's avatar
1.3k
todofixthis
asked 12 years ago

Comments

1

Yes, we're looking on this, google bot does not takes into account some querystring needed to make this url work.

Fitoria's avatar Fitoria (12 years ago)
see more comments