this post was submitted on 29 Jul 2024
10 points (100.0% liked)
Shortcuts
1069 readers
1 users here now
Community dedicated to Apple Shortcuts.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have no idea, but you say it's a GET request, but the screenshot shows a POST request.
If it's supposed to be a GET request, then the array needs to be encoded specific to the backend as there is no standardised way of passing an array in a query string (and it has to be query string because GET requests don't have a body).
https://stackoverflow.com/questions/6243051/how-to-pass-an-array-within-a-query-string
What is the cURL command you have used that works? It might make it clear what isn't working
So I have a working solution! Might not be the most efficient but it works!