We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide at least OS and version of pact-js
Please confirm the following:
The request body is passed through to the mock server respecting the Content-Type set in the request header of the Pact Interaction
It is being serialised into JSON. Log from the express mock server: { '{"grant_type":"client_credent': '' }
{ '{"grant_type":"client_credent': '' }
How can someone else reproduce this bug? https://github.com/J-son1/pact-url-encoded-bug Guidance hopefully in Readme
Log file with level set to debug: pact-content-type-bug.txt
debug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Software versions
Please provide at least OS and version of pact-js
Issue Checklist
Please confirm the following:
Expected behaviour
The request body is passed through to the mock server respecting the Content-Type set in the request header of the Pact Interaction
Actual behaviour
It is being serialised into JSON. Log from the express mock server:
{ '{"grant_type":"client_credent': '' }
Steps to reproduce
How can someone else reproduce this bug?
https://github.com/J-son1/pact-url-encoded-bug
Guidance hopefully in Readme
Relevant log files
Log file with level set to
debug
: pact-content-type-bug.txtThe text was updated successfully, but these errors were encountered: