Android 6 and web.get request error, response code 400

Hi, I want to send a get request using a web component, and on old android5 + android6 it returns a response code of 400. In android10, the request is processed and returns a response code of 200. Does anyone know what this could be?



What happens, if you do this in the foreground without all that itoo background functionality?

Taifun

Good point :-), thank you. I made a simple application for testing and the result is that the old android has a problem sending a json file that has spaces like "time": "2024-10-02 02:22:35"

When I tried to copy the get request to the browser only, it passed. Not from the app.

Adding UriEncode solved it. Thanks for the push!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.