"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.

todofixthis's avatar
1.3k
todofixthis
asked 2012-05-26 10:32:04 -0500
edit flag offensive 0 remove flag close merge delete

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 (2012-05-26 11:28:36 -0500) edit
add a comment see more comments