Charan_R
(Charan)
1
I am trying to access the Azure form Recognizer v3.0 rest api using HTTP request activity but the response conetent is empty.
Provided the request URL, Headers - Content Type - application/PDF, Subscription key, and attachment - File path.
The output of the HTTP request is Status 202 but the response content is null.
Suggest me some idea.
Anil_G
(Anil Gorthi)
2
@Charan_R
First try with postman and then use the same here …that way it would be easy to debug…
cheers
Charan_R
(Charan)
3
Hi Anil, I tried with postman but getting the same result
Anil_G
(Anil Gorthi)
4
@Charan_R
So even in postman youa re not getting data?
then the request has issues…please check that and then try
cheers
Charan_R
(Charan)
5
Thanks anil I will check on the request