Is there a way to prevent a parameter from displaying in the address bar and avoid storing it locally? For example, the parameter value is like vndfj/dfgdgdfg12/dg==.
I attempted the following code, but it does not work on IE and Edge browsers:
let data = {
__tkn: "sjkss/sdfsdf/fdffs23=="
}
let wObj = window.open('./Test');
wObj.json_data = data;