79542886

Date: 2025-03-29 07:00:52
Score: 1
Natty:
Report link

Fixed it by

var pageUrl = encodeURIComponent(window.location.pathname);
var timestamp = new Date().getTime();  // Unique value for each request
var apiUrl = `https://xyz-01.azurewebsites.net/api/HttpTrigger1?website=newwebsite&page=${pageUrl}&t=${timestamp}`;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: aquib.qureshi