Search results

  1. V

    The Impossible POST Request to my NodeJS API (OLS Bug??)

    Guys, I'm struggling with this for days and it got me really, like REALLY really frustrated! And I really tried to figure this out by myself but all my experience in web development seems worthless when it comes to this issue. And I really tried everything! Everything, instead of deleting...
  2. V

    NodeJS App

    Hello, I'm new to OpenLiteSpeed and just about setting up my first app with it. I have an HTTP and a HTTPS Listener. HTTPS is forced, which means I have a redirect from HTTP to HTTPS: rewriteCond %{HTTPS} !on rewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] I have a NodeJS app as...
Top