Forum Discussion
error 404
Hi ranyvieira ,
404 is just the HTTP response code. On top of that, you can provide a response body and/or other headers with a more meaningful error message that developers will see.
Besides, here are some links about this issu, hope it would help you:
web services - REST API 404: Bad URI, or Missing Resource? - Stack Overflow
[DataSource.Error] Web.Contents failed to get cont... - Microsoft Power BI Community
How to Fix a 400 Bad Request Error (Causes and Fixes)
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- ranyvieira3 years agoNew Member
Thanks for the support, but isn't fix the error.
The API is ok at Postman and in other system that I test (ASC), only in Power BI have a error.
And when I try other API, where the method is GET, works.
I think that I don't know how to inform the body of the correct form.... this API is Post, I can't inform the params in the headers, like I do with a Get API.