Hi everyone
I'm very new to OpenLiteSpeed. Having paid for a reseller hosting for many years I have decided to try a different method.
I have purchased a server from Hetzner and proceeded to install CyberPanel with OpenLiteSpeed. This appears to work perfectly fine but I'm having an issue with my proxy server I have created.
Basically, I want to have a form on my site that sends data to my Airtable Database and therefor created a server.js file that hides my api credentials. Without Cyberpanel and OpenLiteSpeed it was working fine but as soon as I install them, when I click the submit button on my form, I can no longer connect.
I've used node.js to create the proxy server which uses Express, axis, https, fs and cors. The server.js is located in the root/airtable-proxy and the form is located in the public_html folder.
I have a feeling it's OpenLiteSpeed that is stopping this but I can't workout how to allow it to work. I've been searching online for a few days and I am stuck and need help. I've tried creating a virtual host and adding all the data so if that is the correct way, I am inputting the data wrong and I need a little guidance.
Thanks
I'm very new to OpenLiteSpeed. Having paid for a reseller hosting for many years I have decided to try a different method.
I have purchased a server from Hetzner and proceeded to install CyberPanel with OpenLiteSpeed. This appears to work perfectly fine but I'm having an issue with my proxy server I have created.
Basically, I want to have a form on my site that sends data to my Airtable Database and therefor created a server.js file that hides my api credentials. Without Cyberpanel and OpenLiteSpeed it was working fine but as soon as I install them, when I click the submit button on my form, I can no longer connect.
I've used node.js to create the proxy server which uses Express, axis, https, fs and cors. The server.js is located in the root/airtable-proxy and the form is located in the public_html folder.
I have a feeling it's OpenLiteSpeed that is stopping this but I can't workout how to allow it to work. I've been searching online for a few days and I am stuck and need help. I've tried creating a virtual host and adding all the data so if that is the correct way, I am inputting the data wrong and I need a little guidance.
Thanks