Hello ,
I want to remove unwanted string from URL which is highlighted in below screenshot.
after /index.html i want to show /index.html/page/Page1 only..
And i want to remove other generated unwanted string.
Actually below screen shot is generated when i used :
jQuery.sap.history.addHistory("#Page",oStateData.id+"#/", false);
But now, I am using
jQuery.sap.history.addHistory("Page",oStateData.id, false);
where oStateData.id contains Page1
.
It is showing below code
http://localhost:56045/Notif/index.html#Page|%22Page1%22|0
My Desire output is as below.
http://localhost:56045/Notif/index.html/Page/Page1/
.. Kindly advise on the same..
Regards,
Gaurav Wani