79280995

Date: 2024-12-14 16:29:02
Score: 2.5
Natty:
Report link

app.get("/basicAuth", async(req,res) =>{

try{

const jsObj = await axios.get("API_URL", {

auth: {

username: "username"

passowrd: "password"

},

});

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ansuman Das