Thursday, March 29, 2012

Missing QueryStirng?

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 ReboucasWe 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.

"VR" <vcreb@.hotmail.com> wrote in message
news:%23IHF0vGaFHA.3784@.TK2MSFTNGP12.phx.gbl...
> 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
Really sorry about this post...

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

sorry,
Victor Reboucas

"Marina" <someone@.nospam.com> wrote in message
news:epv$5xGaFHA.616@.TK2MSFTNGP12.phx.gbl...
> 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.
> "VR" <vcreb@.hotmail.com> wrote in message
> news:%23IHF0vGaFHA.3784@.TK2MSFTNGP12.phx.gbl...
>> 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
>>

0 comments:

Post a Comment