Posts by vmmonea • 3 points
2 posts
- 
		-1 votes1 answer52 viewsQ: SELECT JSON NODEJSSo I have the following JSON : var json = { 'cache-control': 'no-store, must-revalidate, max-age=0', 'content-length': '12747', 'content-type': 'text/html;charset=utf-8', 'content-language':… 
- 
		-1 votes1 answer451 viewsQ: PROXY IN NODEJS AXIOSHow do I put proxy on request in Xios? I’ve tried everything but I’m not getting it. axios.post('localhost:3000', postdata, { headers: headers }, { proxy:…