Note!! Please register for a free account to access the full content and also to participate in Q&A in the community
Characters in API
Hi Team,
We are using below API is which is working from Azure where as it is failing from OIC. on further analysis, looks like OIC is appending '&' for '&' which is not required. Can some one please help on this
Azure URL :
?sv=2022-11-02&ss=bfqt&srt=sco&sp=rwdlacupiytfx&se=2026-10-25T18:29:59Z&st=2024-10-24T14:24:22Z&spr=https
OIC API URL :
?sv=2022-11-02&ss=bfqt&srt=sco&sp=rwdlacupiytfx&se=2026-10-25T18:29:59Z&st=2024-10-24T14:24:22Z&spr=https
how to avoid this or to form correct API URL in OIC
0