Custom location and proper passing of arguments (post/get ?id=blah) #2939
Unanswered
GerritKuilder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I have been struggling with this all day.
I have an api backend that works perfectly when called from http and using ip's and ports
I added the following proxyhost: api.domain.com with a custom path of /myapp redirecting to the nodejs/express ip and port
Whatever I try I have get the image get(/) working but as soon as I I have a url/path like post 'image/update' I don't see any parameters (req.body or req.query) coming in.
so:
api.domain.com/app/image?id="blah" works (can see the query/body parameters in my log)
api.domain.com/app/image/update (with post data) gets an error the req.body is not passed
Any suggestions?
I tried a lot, but basically all result in the same as indicated above. Again, this just works when using http, not https.
Thanks in advance.
Gerrit Kuilder
Beta Was this translation helpful? Give feedback.
All reactions