Skip to content

A limit on redirect_uri only up to 255 chars #902

@shaddeus

Description

@shaddeus

Describe the bug
Cannot handle redirect_uri longer then 255 chars. RFC 7230 recommends to design system to be capable to work with URI at least to 8000 chars long.

It is RECOMMENDED that all HTTP senders and recipients support, at a minimum, request-line lengths of 8000 octets.

To Reproduce
Send a request to AuthorizationView with redirect_uri longer than 255 chars.

Expected behavior
To save redirect_uri into Grant model.

Version
1.3.3

  • I have tested with the latest published release and it's still a problem.
  • I have tested with the master branch and it's still a problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions