Report this

What is the reason for this report?

Cannot receive post requests

Posted on July 25, 2020

Hello,

I own a roblox service and we are trying to get post requests, The issue is all our post requests would be received on a separate user from root. DIR: / > Home > Hosting > qEon-Secure. http://<Our-ip>/home/hosting/qEon-Secure/qsecure does not work please help.

Code snippet:

app.post("/qsecure", function(req, res) {
    var size = Object.keys(req.body).length;


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @Reals,

Upon further reading on roblox and how it should work, it seems the best way to handle this is using a proxy server like Nginx.

As for the problem itself, it does seem like an issue with the configuration itself. Can you confirm what WebService you are running and how are you parsing these requests?

Regards, KFSys

This comment has been deleted

Hi @Reals,

It seems like you’ve provided *:80 config file. Is it possible you are doing those requests on 443 and you don’t have it configured?

Regards, KFSys

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.