pact-foundation / pact-stub-server

Standalone pact stub server
MIT License
75 stars 19 forks source link

Fix - CORS content type headers #7

Closed stones closed 6 years ago

stones commented 6 years ago

The 'Access-Control-Allow-Headers' on the CORS option, didn't allow for the 'Content-Type' to be set. This meant that a POST request body was restricted to form data or plain text, not json.

Additionally, the iOS parts of the release-osx.sh was separated.