Releases: Dyalog/HttpCommand
Releases · Dyalog/HttpCommand
v5.9.4
v5.9.3
Add tiny delay on redirection
When the host responds with a redirection (HTTP status 3XX), there have been occasions when HttpCommand issues the request for the redirected resource before the host is ready. This results in a Conga 1119 error (socket closed while receiving data). Adding a tiny (0.1 sec) delay before issuing the request for the redirected resource avoids this.
v5.9.2
v5.9.0
v5.8.0
v5.7.0
v.5.6.0
Highlights
- Add support for environment variables in header names and values
- Add "Secret" setting to prevent credentials from being displayed by HttpCommand.Show
- Add support for content type multipart/form-data
What's Changed
- Security enhancements by @bpbecker in #47
- #48 multipart/form-data support by @bpbecker in #49
- Fix #50 by @bpbecker in #51
- 50 fix boundary issue in multipartform data by @bpbecker in #52
Full Changelog: v5.4.6...v5.6.0