Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle form-urlencoded content type
The default header by curl is application/x-www-form-urlencoded, so when we send a secret without a specific header this was saved and then served by the server on secret read. Set the default content to the requested data when the content type header was set to form-urlencoded
- Loading branch information