We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c02d91 commit 83d571eCopy full SHA for 83d571e
1 file changed
src/main/java/com/github/greengerong/PrerenderConfig.java
@@ -42,7 +42,8 @@ public PreRenderEventHandler getEventHandler() {
42
43
public CloseableHttpClient getHttpClient() {
44
HttpClientBuilder builder = HttpClients.custom()
45
- .setConnectionManager(new PoolingHttpClientConnectionManager());
+ .setConnectionManager(new PoolingHttpClientConnectionManager())
46
+ .disableRedirectHandling();
47
48
configureProxy(builder);
49
configureTimeout(builder);
0 commit comments