'API endpoint has special character "|" that cannot be escaped in perl?
Trying to send an API to update a form. The URI contains the character "|" at then end.
It looks something like
HOST/API/V1/entry/formid|formid
I'm using Perl and using the REST::Client to build the API.
I have tried using uri_unescape so that the system doesn't translate the "|" character but it seems like the REST::Client will still translate it to "%7C" every time which will result in a 404. Is this a limitation to the REST::Client package?
Does anyone know another way to stop the system from translating the special character?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
