ActionScript httpservice 身份验证弹出窗口

发布于 2024-07-27 17:27:24 字数 248 浏览 4 评论 0原文

当使用 Flex mx.rpc.http.HTTPService 对象发送需要身份验证的请求时,我设置标头来进行身份验证(效果很好..),但是,如果发送了错误的身份验证详细信息,则会出现一个操作可以看到系统级弹出窗口。

显然,在 URLRequest 对象上有一个属性:“authenticate”,可以将其设置为 false 以防止出现这种情况。 HTTPService 对象是否有任何等效项可以阻止这些操作系统级别的弹出窗口?

谢谢。

when using the Flex mx.rpc.http.HTTPService object to send a request that requires authentication I'm setting the headers to do authentication (which works fine..) but, in the case where the wrong authentication details are sent, an operating system level popup is being seen.

Apparently on the URLRequest object there is a property: 'authenticate' which can be set to false to prevent this. Is there any equivalent for the HTTPService object that would prevent these operating system level popups?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽容 2024-08-03 17:27:24

嗯,答案基本上是——不。

您必须使用 URLRequest 来管理该特定问题。 故事结局。

Well, the answer is basically - no.

You have to use URLRequest to manage that particular issue. End of story.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文