Skip to content

WSDLRequest not following redirects #1033

@moiristo

Description

@moiristo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions