-
Notifications
You must be signed in to change notification settings - Fork 616
Open
Description
Bug report
When fetching a WSDL through WSDLRequest
, the follow_redirects
option is ignored.
This seems to be different from earlier versions.
Current behavior:
WSDLRequest does not follow redirects and ignores the follow_redirects
configuration option.
Steps to reproduce current behavior:
Savon.client(follow_redirects: true, wsdl: 'https://www.kaba-ecode.com/KWWS_WS/KWWSService.asmx?wsdl').call(:generate_access_code)
Expected behavior:
Savon also follows redirects when fetching the WSDL.
System information:
- ruby version: 3.4.5
- savon version: 3.0.0RC1
Metadata
Metadata
Assignees
Labels
No labels