You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connector outputs the following when a 301 is encountered: 663 [main] ERROR com.lucidworks.fusion.connector.service.DrupalHttpClient - Error on the request getting the content. Status-Code: 301
Expected behavior is to follow redirects to their destination.
The text was updated successfully, but these errors were encountered:
These should specifically include redirects from http -> https. We've got JSON being output from Drupal that have http links with the webserver 301ing it to https.
I've added a fix for this in bugfix/LCW-154 branch. I've added the 3xx redirects manually, still using HttpUrlConnection from Java Core. I've tried using Apache HttpClient but at some point the login request would stop working, so I continued using Java Core for requests.
Connector outputs the following when a 301 is encountered:
663 [main] ERROR com.lucidworks.fusion.connector.service.DrupalHttpClient - Error on the request getting the content. Status-Code: 301
Expected behavior is to follow redirects to their destination.
The text was updated successfully, but these errors were encountered: