Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve CORS error in Flottform extension when sending data to input fields on external pages #77

Open
2 tasks
TamaraBogantseva opened this issue Oct 29, 2024 · 0 comments

Comments

@TamaraBogantseva
Copy link
Contributor

TamaraBogantseva commented Oct 29, 2024

Description

The Flottform Extension currently works as expected when receiving and attaching text to input fields on the local demo page. However, when attempting to perform the same action on external pages (e.g., w3schools), a CORS error is encountered. Although the extension can detect input fields on these pages, it fails to send text due to CORS restrictions.

Resolving this will allow the extension to function across different websites, enhancing its utility beyond local development environments.

Links / References

Image

Tasks / Definition of Done

  • Identify feasible workarounds or permissions to avoid CORS error
  • Test the extension on a variety of external pages to confirm compatibility and CORS compliance.

Further information

Improving CORS compatibility will expand the extension’s usability. Ensure that any solutions respect security constraints while providing seamless integration across websites.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant