从 WebRequest 的应用程序池获取凭证
如何使用应用程序池凭据来验证 WebRequest?
我有一个网站,它从自身调用一个页面,但我不断收到 401...
How do I use the App Pools Crendentials to authenticate a WebRequest?
I have a web site that call a page from itself, but I keep getting 401....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这行不通。您对此网站使用什么类型的身份验证?您可能会考虑制作您所请求的页面的镜像页面,打开该页面的安全性,但要求在 URL 中传递令牌。您可以在发出请求之前将令牌存储在缓存中,然后在请求到来时进行比较。
为什么要这样做,打印 PDF 或其他东西?
I don't think that is going to work. What type of authentication are you using for this website? You might consider making a mirror page of the one you are requesting, opening up the security for that page, but requiring a token to be passed in the URL. You could store the token in cache before you make the request, and then compare when the request comes in.
Why are you doing this, to print PDFs or something?