Skip to content

[Bug?] Headers lost #11

@ferventcoder

Description

@ferventcoder

It appears I am losing headers now that I am using this...

X-NuGet-ApiKey: thekey <- I replaced the actual guid with thekey in this issue report only. The actual request makes use of a real key.

Request:

PUT http://chocotest.apphb.com/api/v2/package/ HTTP/1.0
User-Agent: NuGet Command Line/1.6.21205.9031 (Microsoft Windows NT 6.1.7601 Service Pack 1)
X-NuGet-ApiKey: thekey
Content-Type: multipart/form-data; boundary=---------------------------8cf71b7537342b2
Host: chocotest.apphb.com
Content-Length: 3723

I left out the rest of the request

Response:

HTTP/1.1 400 The API key '' is invalid. <- It looks like it is losing the key that is passed to it in the headers

HTTP/1.1 400 The API key '' is invalid.
Server: nginx
Date: Sat, 06 Oct 2012 13:54:58 GMT
Content-Type: text/html
Connection: close
Cache-Control: private
Content-Length: 11

Bad Request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions