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"?> YYY ZZZ 63 customervariant 5

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!

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

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

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