You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the package on web the web browsers complain about the following error message Refused to set unsafe header "User-Agent".
To Reproduce
Compile a Flutter application for web and try to perform a search on Algolia.
Expected behavior
The search request should go through to Algolia. Maybe check for kIsWeb parameter to determine if the User-Agent string should be set on the request.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
Dart version: 2.19.2
Flutter version: 3.7.5
Describe the bug
When using the package on web the web browsers complain about the following error message
Refused to set unsafe header "User-Agent"
.To Reproduce
Compile a Flutter application for web and try to perform a search on Algolia.
Expected behavior
The search request should go through to Algolia. Maybe check for kIsWeb parameter to determine if the User-Agent string should be set on the request.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: