Skip to content
New issue

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

Problem with POST requests when specifying the API authorization key as a querystring parameter #58

Closed
mevcloud opened this issue May 5, 2015 · 0 comments

Comments

@mevcloud
Copy link

mevcloud commented May 5, 2015

I get the following error when I specify the API authorization key as a querystring parameter:

  • Hostname was NOT found in DNS cache
  • Trying 127.0.0.1...
  • Connected to localhost (127.0.0.1) port 8080 (#0)

    POST /f1704c1ec4004cc457200a35afb75919/o/token/?authKey=xxxxxxxxx HTTP/1.1
    User-Agent: curl/7.35.0
    Host: localhost:8080
    Accept: /
    Content-Length: 287
    Content-Type: application/x-www-form-urlencoded

  • upload completely sent off: 287 out of 287 bytes
    < HTTP/1.1 500 Internal Server Error
    < Date: Tue, 05 May 2015 09:29:43 GMT
    < Content-Length: 0
    < Content-Type: text/plain; charset=utf-8
    <
  • Connection #0 to host localhost left intact

It seems that the body of the request is not included.

Have a look at the thread below for further details.

https://groups.google.com/forum/#!topic/tyk-community-support/-aEjmtdlgmk

Thanks,

M

lonelycode added a commit that referenced this issue Jul 10, 2015
lonelycode added a commit that referenced this issue Jul 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant