I need to change a url parameter after reloading the page. When I refresh the page, need to change that parameter's value.
window.location.href = myUser + '?myuserid=' + myuserid + '&product=' + product + '&domain=' + domain + '&isPassed=' + true;
After reloading page, I have to change the value of isPassed to false.
Hope your support to solve my problem. Thank you