I have an api enpoint like "example.com/book/1". which is response like:
{ name: "Title", audio_file: "example.mp3" }
Now i want, when i display in reactjs with audio tag. Third party app detect automatically. I need to restrict.
Restrict enter image description here