79372763

Date: 2025-01-20 22:11:10
Score: 1
Natty:
Report link

Got the idea from here: encodeURI()

    var url = getBaseURL() + "/Home/Index/";
    var encoded = encodeURI(url);
    location.href = decodeURI(encoded);

This removes the Checkmarx errors.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Spencer Sullivan