c# 带有重定向的 ASP HttpResponse 导致 HTTP 302
我有网页 A 和 B 的流程。 在网页 A 上,我执行“Response.Redirect("B.aspx"); 页面B需要客户端证书。重定向完成后,我会看到一个弹出窗口,要求提供客户端证书。我选择从智能卡检索到的正确证书,然后插入 PIN 码。紧接着,我看到一个页面说连接丢失,并且收到 HTTP 302。我从未到达页面 B.aspx。我尝试添加以下行“Response.RedirectLocation =”B.aspx”;但也没有成功。
有任何提示吗? 谢谢
I have a flow of web pages A and B.
On the web page A, I do a "Response.Redirect("B.aspx");
The page B needs a client certificate. When the redirect is done I see a popup asking for a client certificate. I select the correct certificate, which is retrieved from a smart card, and then I insert the pin. Right after, I see a page saying that the connection was lost, and I receive an HTTP 302. I never reach the page B.aspx. I tried to add the following line "Response.RedirectLocation = "B.aspx"; but with no success too.
Any hints?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论