GET request API URL forced to lowercase

I am attempting to send a GET request to a Xano API endpoint. The URL contains uppercase letters that are getting converted to lowercase by Retool. I saw another post that asked the same question. https://community.retool.com/t/bug-rest-api-urls-are-forced-to-lowercase-breaking-use-of-some-apis/11503
This results in a trailing slash being added to the API URL, breaking my GET request. How can I accomplish the GET request with the uppercase URL and no trailing slash?

I did find a workaround. After adding a URL parameter to the request, I edited the right side of the GET request and added the last part of my URL before the ?. This did not add the trailing slash. Not the most elegant solution but it worked.

1 Like

:wink: you should mark your own post as the solution. I'm fairly sure you still get tooltip points (I always forget to check how many I have before and after I've occasionally done this) and credit towards the monthly goal if applicable.

2 Likes