http
http copied to clipboard
Get returns different response from flutter but when i call it from chrome on mobile it works..
Hello, The Api calls I used for a page that I reached with a simple code like the following were working without any problems before. But right now it is not working properly.
var response = await http.get(url);
There is no recaphta-like barrier on the web page I am trying to reach.
After the GET call I made to this page from the mobile application, something goes wrong in the response and the answer below is returned.
However, when I make the same GET call from Chrome on the phone, the response is as it should be.
Where could the problem be? Have you had a problem like this before?
"
</APM_DO_NOT_TOUCH>
What code is in the image?
"