Skip to content

POST /UAALoginServerWAR/oauth/token fails with HTTP 411 status code #580

@leachbj

Description

@leachbj

Using cf-client 2.0.2 and reactor-core 3.0.3 the auth request fails with missing content-length header. Using 2.0.1 and 3.0.3 I can see content-length: 0

Here's the full request that fails.

POST /UAALoginServerWAR/oauth/token?client_id=cf&client_secret=&grant_type=password&password=<redacted>&username=<redacted> HTTP/1.1

host: mycfhost
content-type: application/x-www-form-urlencoded
authorization: Basic <redacted>
accept: application/json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions