Question
Empty structure when form is submitted?
We are using CF8 on W2003.
We have a form being used on our intranet.
- User submits form.
- Page specified in the form's action attribute fails, because the form variables are empty.
- If we dump the FORM, we see the structure is empty.
More details:
- In IE, it fails when the URL uses a 'typical' host name like myhost.mydomain.mysuffix (e.g. fubar.xyz.pdq./somefile.cfm)
- In IE, it succeeds when using just the common name (fubar/somefile.cfm), or the host name that includes our Active Directory domain (fubar.adn.xyz.pdq/somefile.cfm)
- We are using application.cfm.
- The same files work on our development server
Happens only in IE. Firefox behaves properly, regardless of how the host is specified.
Even more puzzling is that our existing production app worked up until a few days ago. And our inspections have shown no changes to either our CF code of the CF server settings.
