Skip to content

Bug: Special characters in query parameters not encoded properly #25

@AkashBhuiyan

Description

@AkashBhuiyan

Description

When query parameters contain special characters like &, =, +, #, they are not being URL encoded correctly.

Steps to Reproduce

  1. Send request with query param: search=hello&world
  2. Server receives broken query string

Expected Behavior

Value should be encoded as search=hello%26world

Labels

bug

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