Fix Double URL Encoding on Copy API URL (%2520 Issue)

Issue

When users copy the API URL, spaces in the URL are displayed as %2520 instead of %20.


Finding

The issue is caused by double URL encoding during the URL generation/copy process.

  • A space should be encoded as %20.

  • The % character is being encoded again into %25, resulting in %2520.

  • This indicates the URL is being encoded more than once before it is copied or returned.

Expected Action

  • Review the API URL generation and copy flow.

  • Ensure URL encoding is applied only once.

  • Validate that copied URLs preserve %20 instead of %2520.

Please authenticate to join the conversation.

Upvoters
Status

In Progress

Board
🐞

Bug Reports

Date

2 days ago

Author

Naqiya Zorahima

Subscribe to post

Get notified by email when there are changes.