KETTLE-89: Kettle's URL DataSource should follow HTTP redirects

Metadata

Source
KETTLE-89
Type
Improvement
Priority
Major
Status
Resolved
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Antranig Basman
Created
2020-08-07T11:28:38.263-0400
Updated
2020-08-07T13:14:58.040-0400
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

Kettle's dataSource.URL implementation currently directly forwards to node's HTTP APIs and does not follow HTTP redirects - instead these are directly relayed to the client as a 30x error response. It should be capable of transparently following these redirects.