This article shows how to finish HTTPS requests (GET and POST) using the request module on express server. In this case, POST will post a form including credentials to server and returns a bearer token, and the GET method will need bearer token authentication in order to return information. POST method is used when we… Continue reading BLOG | HTTPS request with Bearer token through Express.js

