The old disable (okHttp2) doesn't seem to work anymore.
Found this:
How should I set it in my code using javaObject?
Found this:
B4X:
OkHttpClient.Builder builder = new OkHttpClient.Builder();
builder.followRedirects(false);
OkHttpClient httpClient = builder.build();