http icon indicating copy to clipboard operation
http copied to clipboard

Get returns different response from flutter but when i call it from chrome on mobile it works..

Open habilgur opened this issue 4 years ago • 0 comments

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>  


This question is for testing whether you are a human visitor and to prevent automated spam submission.

What code is in the image?

"

habilgur avatar Oct 29 '21 19:10 habilgur