Forum Moderators: open
We have a site which submits a form from one sub-domain to another, in this case www.domain.com to booking.domain.com. From the error reporting we have on the site it has become obvious that the form data is not always been submitted across. We have tried changing the security setting on the web browser to there highest and also installing several firewalls but none of these seem to re-produce the error. It isn't affect many users, but it is some and we are getting some complaints. Also many, but not, of the complaints have come for AOL users.
Any ideas?
Kind regards,
Andrew.
From the error reporting we have on the site it has become obvious that the form data is not always been submitted across
It might help if you indicate what type of error you think you're seeing. Is this an HTTP error? A JavaScript form validation error? Does the error reporting provide any useful clues? Without more information, you probably won't get any helpful replies.
Andrew.
I'm not really sure what you want be to say.
Actually, that pretty much answered my question. It's not a JavaScript issue and it doesn't seem to be an HTTP issue.
There is a server side script on booking.domain.com that gets called by a form submission on www.domain.com but when it get there the form fields are all gone.
It shouldn't matter that you're submitting to a different domain. Obviously, it's working some of the time. Is your form at all dependant on JavaScript? Also, what method are you using to submit the form (GET or POST)? If it's only AOL users, I'm wondering if they're going through some sort of proxy that has an invalid cached version of the page.
The form does not depend on Javsscript at all and it uses POST. From the cgi browser information I'm getting from the error reporting it is not only AOL uses, but most of the feedback complaints the site has received about this problem have come from AOL users, however that could just be something to do with the type of people who use AOL!
Any other ideas?
Andrew.