HTTP Authentication in Python Client

Asked by Joey Knox

We use SQL Server Reporting Services reports in a few of our layouts. While testing the python client for Ubuntu 12.04, we found that these layouts do not load properly. This is because SSRS requires the requester to be authenticated. In Windows, we could either join the machine to the domain (and thereby use NTLM authentication) or save the credentials in IE for this to work. However, is it possible to store credentials so that the python client can authenticate using HTTP authentication?

Question information

Language:
English Edit question
Status:
Answered
For:
Xibo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

Only http basic by embedding the authentication in the url eg
http://username:<email address hidden>

Can you help with this problem?

Provide an answer of your own, or ask Joey Knox for more information if necessary.

To post a message you must log in.