79510550

Date: 2025-03-15 02:42:09
Score: 0.5
Natty:
Report link

Have you tried?

<button onClick={handleClick}></button>

then

const handleClick = (e) => {

e.preventDefault();
const url = new URL("http:...");
window.location.href = url.toString();

}

If you still see being routed to https then it's because of how browser enforces https over http

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Suhail PM