Posts by Joao Lucas Lucchetta • 11 points
3 posts
-
0
votes2
answers122
viewsA: Server side timer, huh?
Maybe you can save on the server side the time (timestamp) when the question was sent and then compare it to the time when the answer was sent. If the difference is less than your limit (with a…
-
0
votes2
answers1376
viewsA: Redirect HTTP post url to HTTPS on Nginx
In fact, according to HTTP spec, the user-agent 302 should not redirect the entire request. I believe that what happens is that your request, when it reaches 302, becomes a GET, and this causes your…
-
1
votes1
answer148
viewsA: Warning when installing nodemon. How to resolve?
Dependency fsevents is intended for use in the OSX in accordance with README of the package in NPM. Since your operating system is Linux, you can safely ignore this Warning since the nodemon will…