I need to get the url of the final redirect request cause it contains some variables needed for further actions needed, and which unfortunately are not included in the headers, and of course the location header is null.
I found this:
, but if I try to insert this, using jo, I get
.
What may be the correct way of getting the url?
Thank you.
I found this:
B4X:
response.request().urlString();
B4X:
java.lang.RuntimeException: Method: request not found in: anywheresoftware.b4h.okhttp.OkHttpClientWrapper$OkHttpResponse
What may be the correct way of getting the url?
Thank you.