There is one site, I want to get json data from there. Requests to the site are sent through the Android application. It turned out with a sniffer to take all the headers and get-parameters that the application sends to the server. I try to send via curl / postman a request for / mobile.aspx?access_token=token with all headers, but I get Access Denied. I look through the sniffer, the application sends a request and receives data.
Question: can there be a check, if the request was sent not from the application, then output Access Denied? Or maybe some additional headers need to be inserted?