You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can override it manually by setting pact.content_type.override.application.x-www-form-urlencoded=text, but that seems like a workaround. I don't think it should default to being encoded.
It looks like the issue might be in ContentType.isBinaryType().
registry.getSupertype("application/x-www-form-urlencoded") is resolving to application/octet-stream
I am also facing the same issue body is getting base64 encoded. The header which I am using is Content-Type=application/x-www-form-urlencoded;charset=UTF-8 and but for this my tests.
The generated pact for a request with a body that is form-urlencoded is base64 encoded.
Pact definition
Generated Pact
The text was updated successfully, but these errors were encountered: