Override99

Results 3 comments of Override99

Hi, This is the curl curl -X 'POST' \ 'https:///query?api-version=2022-06-01-draft' \ -H 'accept: text/plain' \ -H 'Authorization: Bearer xxxxxxxxx -H 'Content-Type: application/json' \ -d '{ "query": "%123" }'

Hi @airween , Let me explain a bit more about the situation. I am creating a public API to allow the user to search files. The user is sending me...

Thanks for the response. Let me see if i understand it correctly, In the body of the http POST call, it is forbitten to have '%111' in the body of...