Mmmm like i've been saying before, there is no code.
The default.asp is completely empty. Blank. Nothing. No html or ASP.
Yes, before I had emptied out default.asp, I did try doing just Response.write(Request...), but that failed as well.
So, yeah, I think apache and php i guess.
Thanks...
Unfortunately, the logs don't even pick up the error. It's as if the site was never visited. If I remove the space to anything else, it logs fine and returns a 204 (which is fine, since my default.asp is empty).
I think this only reinforces that it's choking on the asp end before it even gets a...
Hmm, but when I hardcode the url, and put in %20's where the spaces are, it runs fine. As it is, with
192.168.0.1/default.asp?mystring=Carls Jr
even if my default.asp only has one code line, say <BR><BR>, or even if it's blank, it won't work.
Unfortunately the custom browser can't display...
So i know that the spaces aren't being converted to %20.
So, from above, in default.asp, i'll attempt to rectify that by throwing in URLEncode and whatnot.
But that does nothing, because as I was saying, I think it's choking before any of default.asp is parsed.
I dont think ASP likes taking...
Sorry,
Here's some clarifications.
The starting page is a regular old htm page, so no i'm not running any asp code on it. The user browser is a custom browser, with an older implementation of mozilla. So that's why there won't be any forms or scripts available. And that's why I believe the...
Hello,
I'm attempting to pass information from an html source (extremely limited, so forms, scripts, etc are all impossible. just a plain old QueryString passed through the URL) to an ASP page.
So basically, the spaces aren't being converted to %20, causing ASP to choke. I've tried URLEncode...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.