- Edited
I hosted .json file on the server and access json response in the android app.
I added this code in Domain Config
To allow POST on static pages
error_page 405 =200 $uri;
Because without it, Json response not working. Can you please help me. Thankd