Question

i have written a http handler for uploading multiple files from flex application. In explorer it works properly, but in other browsers i have problem obiously with forms authentication..

this is log of the request from Firefox, Opera, etc..:

/admin/UploadProductImage.axd?User=a6s55d4as6&Id=33 status: 302 (Found) /admin/login.aspx?ReturnUrl=%2fadmin%2fUploadProductImage.axd%3fUser%3da6s55d4as6&Id=33 status: 200 (OK)

in Internet Explorer:

/admin/UploadProductImage.axd?User=a6s55d4as6&Id=33 status: 200 (OK)

have anyone met with this?

Thanks a lot!

Was it helpful?

Solution

What is meant to happen? The first trace looks like what should happen if you are not logged in. It redirects to the login page. Isn't that what you want to have happen? Probably in the IE case, you had already logged in.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top