Hi,
When executing requests to API end points, whats the format of e-tags that is allowed.
ive used an api imported to power apps where a sucessful patch request’s etag was like below
W/”{keynumber}”
but with a http request in power apps, the request ends up like
W/\”{keynumber}\”
the 2 \ characters are preventing the request from being completed, is the API’s back end setup to handle these characters?
because leaving them in times the request out with a ‘internal server error’ and no real information on how to resolve the issue
Kind regards,
Brian