request - URL generates a 302 redirect when clicking it in a link for most browsers - but returns 200 when typing it -


i setting small website on joomla , came across weird redirect problem.

i wanted include link in website forum set in different server.

when type or copy/paste forum url in browser, works perfectly: http://www.techcomputerworld.com/almeriarocketry/

this request/response:

request url:http://www.techcomputerworld.com/almeriarocketry/ request method:get status code:200 ok request headersview source accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 accept-encoding:gzip,deflate,sdch accept-language:en-us,en;q=0.8 cache-control:max-age=0 connection:keep-alive cookie:phpbb3_gu83i_u=1; phpbb3_gu83i_k=; phpbb3_gu83i_sid=5d7245ace142f186e3049d7666c528d7; __utma=214190226.1703438907.1378288831.1378288831.1378288831.1; __utmb=214190226.1.10.1378288831; __utmc=214190226; __utmz=214190226.1378288831.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); style_cookie=null host:www.techcomputerworld.com user-agent:mozilla/5.0 (macintosh; intel mac os x 10_8_4) applewebkit/537.36 (khtml, gecko) chrome/29.0.1547.57 safari/537.36  response headersview source cache-control:private, no-cache="set-cookie" connection:keep-alive content-encoding:gzip content-length:3805 content-type:text/html; charset=utf-8 date:wed, 04 sep 2013 10:05:56 gmt expires:0 keep-alive:timeout=10, max=29 pragma:no-cache server:apache vary:accept-encoding 

so happily inserted link in website url. when click it, server throws 302 redirect another, different location:

request url:http://www.techcomputerworld.com/almeriarocketry/ request method:get status code:302 found request headersview source accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 accept-encoding:gzip,deflate,sdch accept-language:en-us,en;q=0.8 connection:keep-alive cookie:__utma=214190226.1703438907.1378288831.1378288831.1378288831.1; __utmc=214190226; __utmz=214190226.1378288831.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); phpbb3_gu83i_u=1; phpbb3_gu83i_k=; phpbb3_gu83i_sid=a6f51f7f13a419b2ba46137a8cd6fc3b; style_cookie=null host:www.techcomputerworld.com referer:http://clubaereotabernas.net/index.php/el-club/instalaciones user-agent:mozilla/5.0 (macintosh; intel mac os x 10_8_4) applewebkit/537.36 (khtml, gecko) chrome/29.0.1547.57 safari/537.36 response headersview source connection:keep-alive content-length:313 content-type:text/html; charset=iso-8859-1 date:wed, 04 sep 2013 17:56:33 gmt keep-alive:timeout=10, max=30 location:http://schiedsrichterge.bplaced.net/acwf.html?h=719406 server:apache 

the different can see referrer header, tried simulate same values on rest client , call returned 200.

i experiencing in safari, firefox, chrome. doesn't redirect when using ie8.

any help, appreciated, thanks.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -