What is the proper header configuration for Power Query to an API using No Authorization

What is the proper header configuration for Power Query in Power BI to an API using No Authorization

Hi @Anonymous67

Thank you for posting the query. .

When you’re using Power Query in Power BI to connect to an API with no authorization, you generally don’t need to set an ‘Authorization’ header… . However you may need other headers depending on the api ur trying to call for e.g.

headers = [#"Content-Type"="application/json"],

If you are facing any error ,kindly post the error after sanitizing the url if its confidential for further help