compose-us / flottform

A better UX for file uploads #build-in-public
https://github.com/compose-us/build-in-public/blob/main/README.md#ux-improvement-for-file-uploads-in-web-forms-working-title-flottform
Other
1 stars 0 forks source link

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

Open TamaraBogantseva opened 4 weeks ago

TamaraBogantseva commented 4 weeks ago

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

Further information

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