Missing QueryStirng?

V

VR

I'm integrating my application with a Flash front-end and when the Flash
requests my login page with ?login=x&password=y queryString appeded to the
URL, this information get's lost.

If I put the entire URL in my browser, everything goes fine, but, when I
call it from Flash the query string is missing and I get to my login page.

Is there any issue in starting calling a ASP.Net app from another site with
a queryString appended to the loginForm's URL? (really getting crazy!!!)


Thanks for any help,
Regards,
Victor Reboucas
 
M

Marina

We can't really give you an answer without you posting the relevant code.

However, you do not want to be passing the password in the query string -
not secure at all.
 
V

VR

Really sorry about this post...

The guy was sending my the values using POST, but told me he was using
GET...

sorry,
Victor Reboucas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top