Forum Discussion
mattmatwork
15 years agoOccasional Contributor
Just found another post about this: viewtopic.php?f=13&t=6427&p=18969&hilit=mozilla&sid=fc4315ab4780cbf19c2472823dbe59d9#p18969
I noticed that everyone seems to be having the issue with either localhost or 127 hosts with a specific port, usually ending in "80" which I believe is a standard for websphere, which I'm using to test out my app locally. Wondering if others are using Websphere as well.
After doing a bit more research on my end, it looks like the secondary request is a generic POST request, with the following headers which are very similar to what others are seeing:
{Accept}:{[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]}
{Accept-Charset}:{[ISO-8859-1,utf-8;q=0.7,*;q=0.7]}
{Accept-Encoding}:{[gzip,deflate]}
{Accept-Language}:{[en-us,en;q=0.5]}
{Connection}:{[keep-alive]}
{Host}:{[localhost:9080]}
{Keep-Alive}:{[115]}
{User-Agent}:{[Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2) Gecko]}
I noticed that everyone seems to be having the issue with either localhost or 127 hosts with a specific port, usually ending in "80" which I believe is a standard for websphere, which I'm using to test out my app locally. Wondering if others are using Websphere as well.
After doing a bit more research on my end, it looks like the secondary request is a generic POST request, with the following headers which are very similar to what others are seeing:
{Accept}:{[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]}
{Accept-Charset}:{[ISO-8859-1,utf-8;q=0.7,*;q=0.7]}
{Accept-Encoding}:{[gzip,deflate]}
{Accept-Language}:{[en-us,en;q=0.5]}
{Connection}:{[keep-alive]}
{Host}:{[localhost:9080]}
{Keep-Alive}:{[115]}
{User-Agent}:{[Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2) Gecko]}