[GH-ISSUE #1451] "<<" and ">>" surrounding a path parameter encoded on saving to collection #468

Closed
opened 2026-03-16 15:32:03 +03:00 by kerem · 1 comment
Owner

Originally created by @oshhh on GitHub (Jan 29, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1451

Describe the bug
On saving a request to a collection, it gets encoded. "<<" and ">>" around path_parameters also get encoded and hence a saved request is not usable directly if it contains path parameters.

To Reproduce
Steps to reproduce the behavior:

  1. Create a request with URL "https://url.com/<>" and create a path parameter.
  2. Save request to a collection.
  3. Now open the saved request
  4. See error: request URL is now "https://url.com/%3C%3Cparameter%3E%3E".

Expected behavior
URL should be "https://url.com/<>".

Screenshots
Screenshot 2021-01-30 at 2 04 24 AM

Originally created by @oshhh on GitHub (Jan 29, 2021). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1451 **Describe the bug** On saving a request to a collection, it gets encoded. "<<" and ">>" around path_parameters also get encoded and hence a saved request is not usable directly if it contains path parameters. **To Reproduce** Steps to reproduce the behavior: 1. Create a request with URL "https://url.com/<<parameter>>" and create a path parameter. 2. Save request to a collection. 3. Now open the saved request 4. See error: request URL is now "https://url.com/%3C%3Cparameter%3E%3E". **Expected behavior** URL should be "https://url.com/<<parameter>>". **Screenshots** ![Screenshot 2021-01-30 at 2 04 24 AM](https://user-images.githubusercontent.com/45964755/106325057-321d4300-62a0-11eb-86c2-7a25bd44e6ff.png)
kerem 2026-03-16 15:32:03 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@liyasthomas commented on GitHub (Jan 30, 2021):

Thanks for noticing that issue.

<!-- gh-comment-id:770127721 --> @liyasthomas commented on GitHub (Jan 30, 2021): Thanks for noticing that issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#468
No description provided.