Hey ho! 📣
Back again, with a small bugfix, that somehow flew under my radar 🤔...
What's Changed
Fixed #192:
Modified request bodies could not be read after successful writes occured and no
Content-Typeheader was present.
This is due toGetReqBody()relying onContent-Type, to determine wetherjsonorform.
So when using Query-to-Body Injection there would often not be aContent-Typeheader set, this meant that even tho the query was injected, the next time the body would be read, it would result in a seemingly emptyBodystruct.
PRs
- fix: Query-to-Body Injection without
Content-Typeby @CodeShellDev in #192 - Update copyright year in LICENSE file by @CodeShellDev in #154
Full Changelog: v1.4.3...v1.4.4
This is the 2nd release of
v1.4.4since I had forgotten to update the © notice for the LICENSE
CSD out 👋