With the help of the Slack community, we find the answer is that
on iOS13, it is not allowed to add a body in GET request.
To make it work again, we can either switch to a POST/PUT request or add body value via url parameters of the GET request.
With the help of the Slack community, we find the answer is that
on iOS13, it is not allowed to add a body in GET request.
To make it work again, we can either switch to a POST/PUT request or add body value via url parameters of the GET request.