My posts and form submissions seem to work, but the result page has a URL like so:
http://www2.theserverside.com/portal?
and the resulting page is the HTML source for the page, not the properly rendered HTML. The source appears to have been processed, as I see no JSP tags or other code in it, but who knows. Looks like a mime-type screwup.
My browser is mozilla, but the firewall forces it to masquarade as IE. IMO this should not create a problem on a site that doesn't need (nor appear to use) Javascript. Plus, every other site on the net seems to work (e.g. Slashdot).
Dave
-
Post requests show me source, not HTML (4 messages)
- Posted by: Dave C
- Posted on: October 07 2002 16:55 EDT
Threaded Messages (4)
- Post requests show me source, not HTML by Andrew Perepelytsya on October 09 2002 08:13 EDT
- Post requests show me source, not HTML by Andrew Perepelytsya on October 09 2002 08:14 EDT
- Post requests show me source, not HTML by Dave C on October 09 2002 03:56 EDT
- Post requests show me source, not HTML by Andrew Perepelytsya on October 09 2002 08:14 EDT
- Post requests show me source, not HTML by Dion Almaer on October 09 2002 18:44 EDT
-
Post requests show me source, not HTML[ Go to top ]
- Posted by: Andrew Perepelytsya
- Posted on: October 09 2002 08:13 EDT
- in response to Dave C
this problem really seems to appear only with mozilla. i have the same results with mozilla 1.1 -
Post requests show me source, not HTML[ Go to top ]
- Posted by: Andrew Perepelytsya
- Posted on: October 09 2002 08:14 EDT
- in response to Andrew Perepelytsya
HEY! it worked in this forum. But it doesn't in any other section! -
Post requests show me source, not HTML[ Go to top ]
- Posted by: Dave C
- Posted on: October 09 2002 15:56 EDT
- in response to Andrew Perepelytsya
It works sometimes in other forums, too. It seems like a webserver configuration problem?
-
Post requests show me source, not HTML[ Go to top ]
- Posted by: Dion Almaer
- Posted on: October 09 2002 18:44 EDT
- in response to Dave C
This is interesting. I wonder if the server isn't sending back a true Content-type: text/html that Mozilla likes or something (e.g. \r\n\r\n vs. \n\n). We are looking into this!
Dion