Having trouble with CORS

Wolfr 20 Reputation points
2023-06-27T01:02:37.22+00:00

In my app I use a public URL. I can't seem to use this in my app, nor in the studio.

    const imageUrl = "https://ocrimageswolfr.blob.core.windows.net/images/Frame%206.png"

The blob is set to public and the CORS settings are allowing requests from https://formrecognizer.appliedai.azure.com/ and http://localhost

These are the settings for the Blob service.

CleanShot 2023-06-26 at 19.01.14@2x

Any guidance would be helpful!

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,443 questions
{count} votes

Accepted answer
  1. romungi-MSFT 42,781 Reputation points Microsoft Employee
    2023-06-27T11:08:50.9133333+00:00

    @Wolfr For the Allowed Origins in the second row try to add just "*" instead of an address or localhost other than form recognizer studio that is already added in the first row by default? Thanks!!

    I think at least these settings should make it work.
    User's image

    I think at least these settings should make it work.
    User's image

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful