-
users can select one of two locations. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
No need to use Express, Node can do this all by itself, using the writeHead method. |
Beta Was this translation helpful? Give feedback.
-
ended up using form |
Beta Was this translation helpful? Give feedback.
ended up using form
post
withoutaction
. that way I get url with post params like?param=value
and use ngix to redirect based on those params