Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core-rest-pipeline] handle
x-www-form-urlencoded
form data (#18560)
Currently `formDataPolicy` doesn't support x-www-form-urlencoded form data. Sending request with such form data would cause `write EPIPE` error. This PR adds handling of `x-www-form-urlencoded` form data. With this the workaround in Container Registry library can be removed. - Use URLSearchParams for NodeJS - Split tests because multi-part verification is different between NodeJs and browser
- Loading branch information