Forum Discussion
Anonymous
4 years agoNot applicable
Convert Curl to Web.Contents in Power Query
Hi, I need help converting curl into Power Query. Now I have curl expression that works (tested in Postman) but I can't make it work in Power Query. I'm doing auth by ApiKey named x-fireeye-api-ke...
Anonymous
4 years agoNot applicable
Yes, I tried that one also but it looks that problem is in passing
"http://gate.zrh.XXX.com:8080"
through Web.Contents function.
lbendlin
4 years agoSuper User
Web.Contents does not handle redirects very well. Have a look at Web.BrowserContents.
- Anonymous4 years agoNot applicable
Yes, that will not work for what I have. Thanks for trying to help