Is there any way to send arbitrary json key-value paid inside a http request but outside the usual body
, data
or json
fields? I've been fiddling with postman and httpbin.org/post, didn't manage but now I'm wondering if that is just a limitation of Postman.
Is it possible to directly receive in, e.g. express.js req.username
?
via Sebastian
No comments:
Post a Comment