Community

Authantication Error at resultUrl Answered

 

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") 

3. resultUrl = https://ocrsdk.blob.core.windows.net/files/e8697565-b887-47a7-acde-289bada97cfa.result?sv=2012-02-12&se=2017-04-21T20%3A00%3A00Z&sr=b&si=downloadResults&sig=wW%2FWg0OP0blGP933WCFQ18pxNn5wQr1AD0pQuCvo3Ro%3D

(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.

 

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Oksana Serdyuk

    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.

    0
  • Avatar
    ayalcin

    It worked. Thank you:)

    0
  • Avatar
    Aditya Gupta

    I am not getting status= Completed. I have done the same process

    0

Please sign in to leave a comment.