Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent http client from converting our form data
If we don't specify an undefined content-type like so, the client attempts to convert our form data into a JSON string, and the backend returns an understandable 415. This fixes rule imports.
- Loading branch information