I’m a big fan of the new way of defining URL’s in web requests since I can just store the base URL of an API as a secret and set the path per-request, but I’m having problems calling an endpoint defined like this: /v1/chat/
It seems like Appfarm tries to fix leading and trailing forward slashes in the Path, as in a different call where I use /health it works with all these variants in Path:
… but I need that / at the end for my chat endpoint