franciscop / server

:desktop_computer: Simple and powerful server for Node.js
https://serverjs.io/
MIT License
3.56k stars 170 forks source link

oauth2 POST to external site #104

Closed Astrydax closed 5 years ago

Astrydax commented 5 years ago

What are you trying to do? I'm trying to implement windows live authentication. The only reason I need this is to validate users gamertags they use on XBL. To do this I need to send a post request to an external site. I can't find functionality on how to do this with server.js

franciscop commented 5 years ago

I am sorry but Server is not made to send external requests, only to receive requests as servers normally do. You might want to look into the packages got, request, etc.