Hello,
I have an issue about your HTTP request feature.
I would have to display the current song in my website.
To ensure this feature, I have made an application with the headless CMS Strapi.
I have created a route in the API of my application to fetch the data from the request sent by RadioBoss, and save this data in my database.
First, I have set up two requests in RadioBoss to send the data in my application Strapi.
The requests are the same, but their type is different (one request is Get and the other is Post)
Then you can see that I have made some test with postman to see if my function works (I spare you all the code snippets from my application).
But in production, I can see that the request sent from RadioBoss is empty (no parameters)
Can you help me with this issue ? Thank you
I have an issue about your HTTP request feature.
I would have to display the current song in my website.
To ensure this feature, I have made an application with the headless CMS Strapi.
I have created a route in the API of my application to fetch the data from the request sent by RadioBoss, and save this data in my database.
First, I have set up two requests in RadioBoss to send the data in my application Strapi.
The requests are the same, but their type is different (one request is Get and the other is Post)
Then you can see that I have made some test with postman to see if my function works (I spare you all the code snippets from my application).
But in production, I can see that the request sent from RadioBoss is empty (no parameters)
Can you help me with this issue ? Thank you