kdunbar
06-07-2005, 12:02 AM
I have written a form which authenticates against an ldap server. It uses a cgi script on the server to accept a "post". ( I actually use a sendAndLoad, but for debugging I fell back to a send)
I'm using Flash MX 2004, actionscript 2.0. The form works great EVERYWHERE but on my production server. For some reason it will not send any data from that server.
Where the URL from anywhere else is:
http://www.mydomain.com/ldapauth.cgi?Passwd=passwd&User=user
From only this server it's:
http://www.mydomain.com/ldapauth.cgi
Anybody have any ideas why this particular server will not allow the flash form to post anything? (I tried GET too, with no luck)
If I create the form in html, it works fine.
Anybody run into this before? Help!!
Ken
I'm using Flash MX 2004, actionscript 2.0. The form works great EVERYWHERE but on my production server. For some reason it will not send any data from that server.
Where the URL from anywhere else is:
http://www.mydomain.com/ldapauth.cgi?Passwd=passwd&User=user
From only this server it's:
http://www.mydomain.com/ldapauth.cgi
Anybody have any ideas why this particular server will not allow the flash form to post anything? (I tried GET too, with no luck)
If I create the form in html, it works fine.
Anybody run into this before? Help!!
Ken