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.
In Progress
Bug Reports
2 days ago

Naqiya Zorahima
Get notified by email when there are changes.
In Progress
Bug Reports
2 days ago

Naqiya Zorahima
Get notified by email when there are changes.