Hello, I am receiving following error message when I try to access to the resultUrl
"Authentication information is not given in the correct format. Check the value of Authorization header."
Here is my steps..
1. https://cloud.ocrsdk.com/processTextField (or I tried processImage as well) (status="Queued")
2. https://cloud.ocrsdk.com/getTaskStatus?taskId=XXXXXXXX (status="Completed")
(Auth Error Here)
I am using same Authorization header for each connections. But I am getting Auth error only for requestUrl
Is there anything else that I am missing?
Please help.
Comments
3 comments
The request of the result (i.e. the URL like https://ocrsdk.blob.core.windows.net/...) should have no the Authorization headers. If they are included in the request, Azure Storage returns this error message. Please check this and let us know about the result.
It worked. Thank you:)
I am not getting status= Completed. I have done the same process
Please sign in to leave a comment.