We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can I configure the server set up through filepond-boilerplate-php to accept POST from locations other than http://192.168.33.10/?
I want to have my index.html file running at http://localhost:8000/ but POST to the server at http://192.168.33.10/api/ and I'm receiving this error
POST http://192.168.33.10/api/ net::ERR_FAILED failed to load resource
at filepond.js:4850 (https://unpkg.com/filepond@4.21.1/dist/filepond.js)
// let's send our data xhr.send(data);
Is there something I can change in the PHP config to make this work?
Thank you! Grant
The text was updated successfully, but these errors were encountered:
I think you could do so with url rewriting in .htaccess or by moving the files itself to a different folder.
Sorry, something went wrong.
No branches or pull requests
Can I configure the server set up through filepond-boilerplate-php to accept POST from locations other than http://192.168.33.10/?
I want to have my index.html file running at http://localhost:8000/ but POST to the server at http://192.168.33.10/api/ and I'm receiving this error
at filepond.js:4850 (https://unpkg.com/filepond@4.21.1/dist/filepond.js)
Is there something I can change in the PHP config to make this work?
Thank you!
Grant
The text was updated successfully, but these errors were encountered: