SoapCall has extra / in first line of request

Description

For example it is sending:

POST //WsPackageProcess HTTP/1.1

And it should be:

POST /WsPackageProcess HTTP/1.1

 

Conclusion

None

Activity

Show:

Yanrui Ma July 11, 2019 at 11:34 PM

It seems SOAPCALL doesn't add the slash, the ECL programmer probably had a double slash in the URL, so arguably a user error. Most servers may ignore the double slashes but some may not like it, so probably soapcall can clean up the path before sending out the request?

 

Yanrui Ma July 10, 2019 at 5:00 PM

I'll look at it...

Jacob Cobbett-Smith July 10, 2019 at 1:38 PM

assigning to you for now,

Jacob Cobbett-Smith July 10, 2019 at 1:38 PM

This isn't specific to Thor (or I'd be surprised if is).
It's probably in thorsoapcall stuff (used by all engines despite name).

can you look / fix / test this?

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Point

Fix versions

Pull Request URL

Created June 11, 2019 at 7:03 PM
Updated August 7, 2019 at 8:30 AM
Resolved August 7, 2019 at 8:30 AM