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..
我写了一个http处理程序,用于从flex应用程序上传多个文件。在资源管理器中它可以正常工作,但在其他浏览器中,我对表单身份验证有着疑问。
this is log of the request from Firefox, Opera, etc..:
这是来自Firefox,Opera等的请求的日志。:
/admin/UploadProductImage.axd?User=a6s55d4as6&Id=33 status: 302 (Found) /admin/login.aspx?ReturnUrl=%2fadmin%2fUploadProductImage.axd%3fUser%3da6s55d4as6&Id=33 status: 200 (OK)
/admin/UploadProductImage.axd?User=a6s55d4as6&Id=33状态:302(找到)/admin/login.aspx?ReturnUrl=%2fadmin%2fUploadProductImage.axd%3fUser%3da6s55d4as6&Id=33状态:200(确定)
in Internet Explorer:
在Internet Explorer中:
/admin/UploadProductImage.axd?User=a6s55d4as6&Id=33 status: 200 (OK)
/admin/UploadProductImage.axd?User=a6s55d4as6&Id=33状态:200(确定)
have anyone met with this?
谁有人见过这个?
Thanks a lot!
非常感谢!
1 个解决方案
#1
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.
什么意思发生?如果您未登录,第一条跟踪看起来会发生什么。它会重定向到登录页面。这不是你想要的吗?可能在IE的情况下,您已经登录了。
#1
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.
什么意思发生?如果您未登录,第一条跟踪看起来会发生什么。它会重定向到登录页面。这不是你想要的吗?可能在IE的情况下,您已经登录了。