Forum Discussion

RSGhelp's avatar
RSGhelp
Frequent Visitor
5 years ago
Solved

Scheduled refresh not working for web source

I'm trying to schedule a resfresh but I am getting the following error    Processing error: Web.Contents with the Content option is only supported when connecting anonymously   It is cor...
  • RSGhelp's avatar
    5 years ago

    I fixed this by adding [Headers =[#"Authorization"="Basic  XXXXXX"] to my source call.

    The XXXX is username:password encoded in base 64. (google it for a converter)