node get current url
const fullUrl = `${req.protocol}://${req.get("host")}${req.originalUrl}`;
node get current url
const fullUrl = `${req.protocol}://${req.get("host")}${req.originalUrl}`;
how to get url node
const https = require("https"); //First require the module
const url = https://url.com
//good practice is to assign the url to a const named url//
app.get("/", function(req, res){
https.get(url, function(res){
console.log(res);//if you wish to console log the respone from the server
});
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us