You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/02 02:25:19 UTC

[GitHub] rabbah opened a new issue #2690: content-type header missing in web action headers

rabbah opened a new issue #2690: content-type header missing in web action headers
URL: https://github.com/apache/incubator-openwhisk/issues/2690
 
 
   ```
   > curl -k -X POST https://guest.openwhisk/default/echo.json -H "Content-Type: application/json" -d '["a"]'
   {
     "__ow_method": "post",
     "__ow_query": "",
     "__ow_body": "WyJhIl0=",
     "__ow_headers": {
       "accept": "*/*",
       "user-agent": "curl/7.43.0",
       "host": "controllers",
       "timeout-access": "<function1>",
       "connection": "close"
     },
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services