Why is my API request url showing as localhost/xas in the console?
1
I've passed a post request and I get back 415/Unsupported Media Type error. In order to check the errors if I check the console , I saw that the url changes to 'localhost/xas'. Why is that so?
asked
Priya Sopan
2 answers
0
Hi Priya,
Status code 415 is unsupported media type is the request does not accept the format. Ensure to check the Content-type.
answered
Lavanya R
0
This xas thing is shown when you tried to inspect the network and it is basically it is a reserved mendix endpoint which is used by Mendix client to interact with Mendix runtime.