Describe the bug
Tested the Microsoft.SemanticKernel.Connectors.Google alpha nuget package with a WPF app and it works fine :-)
Using it in a Blazor WebAssembly project throws a CORS error.
CC @Krzysztof318
To Reproduce
Steps to reproduce the behavior:
Create a Blazor WebAssembly project in VS2022 17.9
Throws CORS error - has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Describe the bug Tested the Microsoft.SemanticKernel.Connectors.Google alpha nuget package with a WPF app and it works fine :-) Using it in a Blazor WebAssembly project throws a CORS error. CC @Krzysztof318
To Reproduce Steps to reproduce the behavior:
Expected behavior Call would succeed since Google Gemini Javascript library works. https://ai.google.dev/tutorials/get_started_web
Platform Blazor WebAssembly .Net 8