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...
lbendlin
Super User
4 years agoWeb.Contents does not handle redirects very well. Have a look at Web.BrowserContents.
Anonymous
4 years agoNot applicable
Yes, that will not work for what I have. Thanks for trying to help