0

Can you make API calls to other domains when publishing a non asp.net core hosted blazor web assembly application?

Or do you need to choose asp.net core hosted.

1
  • 1
    sure, the service on the other domain just has to allow your requests via CORS policy. Commented Jun 29, 2021 at 19:11

1 Answer 1

3

Can you make API calls to other domains

Yes, you can make calls to any URL. But those APIs have to allow it, make sure you know about CORS.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.