Forum Discussion
usuario221
2 years agoFrequent Visitor
cant access a web with credentials
hi, im having an issue where i cant access with my credentials to the web, im always getting the html data of the login page even if i change the configuration of the data origin to basic. ...
Brunner_BI
2 years agoImpactful Individual
PowerQuery by default sends a GET request, the only way that I know you can send a POST request is if you add something to the body of the request.
usuario221
2 years agoFrequent Visitor
hi, sorry for the slow reply but how do i have to modify the code?