Issue with custom auth cookies in SSRS2012

My SSRS webservice url is currently 

http://devsql3:80/ReportServer

My cookies have a domain so I dont think the SOAP proxy passes them correctly since devsql3 has no domain.

How do I change my webservice url

from:

http://devsql3:80/ReportServer 

to:

http://devsql3.acme.com:80/ReportServer

thanks


  • Edited by scott_m Friday, January 30, 2015 3:19 PM
January 30th, 2015 8:12am

Rats, I managed to change the URL reservation to the fully qualified name for both report manager and report server.  Unfortunately, the SSRS soap proxy doesn't always include my custom auth cookie in the request for some reason.  Something goofy with the cookie container perhaps?

Free Windows Admin Tool Kit Click here and download it now
January 30th, 2015 8:51am

Finally got the custom auth cookie to pass to SSRS web service.  I followed the sample code that hooks the 

ReportingService2010 proxy's GetWebRequest method to inject custom cookie.  For whatever reason, this was not 100% reliable.  Sometimes the custom cookie was present, sometimes it wasn't.  So I deviated from the SSRS sample code and chose to configure SSRS to pass through the my custom cookie via configuration (see here).  This seems to work all the time now whereas the previous method only worked some of the time for whatever reason.




January 30th, 2015 6:18pm

Hi scott_m,

Glad to hear that you got the problem resolved by using the sample code, thanks for your sharing which will help others with the same issue.

Regards
Vicky Liu

Free Windows Admin Tool Kit Click here and download it now
January 31st, 2015 3:16am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics