English 中文(简体)
利用URLRequest和通过使用基本授权的证书,从弹性体中抽取报告服务
原标题:Invoking Reporting Service from Flex using URLRequest and passing credentials using Basic Authorization

I am trying to invoke an SSL based Report server url from within a flex application. I cannot enable Anonymous authentication due to SQL 2008 R2 RS. I am passing credentials with the header by adding Authentication Basic encoded(uname:pwd) header.

随着员额得到有效回应,我把工具棒放在报告顶上,第一次呼吁得到了赞扬。 但是,随后有人呼吁,报告服务器的午餐使内部能够查阅风格表和主要内容等,但没有认证负责人,因此,我得到了未经许可和用户的回复,以便再次进入。

Is there way to keep the credentials in the session.

问题回答

您无需提交全权证书。

<><>Edit>/strong>

因此,我接受你的呼吁,打开了一个新的窗口(超文本),你将在那里提出报告。

基本授权证书首先由浏览器索取,并随时传承,然后寄给您。

打开一个新的窗口,首先向浏览器而不是根据请求订立全权证书。 要求你联系,浏览器将照顾你们。





相关问题
Disable button tooltip in AS3

I want to disable the tooltip on certain buttons. The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?

Multiple Remote call made simultenously

I was making multiple remote calls and they are done sequentially and when I am getting a result event back it s triggering calls to all the methods with ResultEvent as an argument . I am supposed to ...

Attaching a property to an event in Flex/AS3

I have a parameter that needs to be passed along with an event. After unsuccessful attempts to place it on the type by extending the class, I ve been advised in another SO question to write a custom ...

Clearing RSL in Cache

I have built a flex application which has a "main" project and it is assosciated with a few RSL s which are loaded and cached once i run my "main" application. The problem i am facing is that the ...

What s a good way of deserializing data into mock objects?

I m writing a mock backend service for my flex application. Because I will likely need to add/edit/modify the mock data over time, I d prefer not to generate the data in code like this: var mockData =...

AS3 try/catch out of memory

I m loading a few huge images on my flex/as3 app, but I can t manage to catch the error when the flash player runs out of memory. Here is the what I was thinking might work (I use ???? because i dont ...

热门标签