#1 2016-02-25 06:05:35

dhelland
Member
Registered: 2016-02-24

httpauthexport

Hello,

I'm trying to use the httpauthexport feature to no avail. Here is what I have setup.

URL: http://SERVER/reportserver/reportserver/httpauthexport?key=customervariant&format=json&username=YYY&password=ZZZ
(SERVER, YYY, ZZZ are all placeholders, obviously.)

httpauthexecute.cf

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <servlet>
   <httpauthexecute>
     <username>YYY</username>
     <password>ZZZ</password>
      <registered>
        <ids>63</ids>
        <keys>customervariant</keys>
      </registered>
      <executeuser>
        <id>5</id>
      </executeuser>
   </httpauthexecute>
  </servlet>
</configuration>

I've tried a few different users, but to no avail. When I try to go to the URL it redirects me to the main login page. Is there a setting or permission I need to adjust somewhere?

Thanks in advance!

Offline

#2 2016-02-25 10:24:23

Arno Mittelbach
datenwerke
Registered: 2012-02-14

Re: httpauthexport

Hi,

first guess. Did you reload the config after changing it? That is, open the terminal (CTRL+ALT+T) and call "config reload"?

Cheers
Arno

Offline

#3 2016-02-25 20:18:46

dhelland
Member
Registered: 2016-02-24

Re: httpauthexport

I reloaded the config and it's still not working for me. Any other suggestions?

Offline

#4 2016-02-26 10:30:31

Arno Mittelbach
datenwerke
Registered: 2012-02-14

Re: httpauthexport

Hi,

sorry, I missed this, but your URL is not correct. It should be user not username. That is

http://SERVER/reportserver/reportserver/httpauthexport?key=customervariant&format=json&user=YYY&password=ZZZ

Cheers,
Arno

Offline

Board footer

Powered by FluxBB