This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are missing header "Accept: application/json". The server refuses | |
to reply unless the client explicitly accepts application/json. | |
BTW, curl is better. It understands SNI like other modern browsers and | |
doesn't need to ignore the SSL certificate check: | |
$ curl -H 'Content-Type: application/json' -H 'Accept: | |
application/json' --data | |