I need to load this www.somedomain.com/Sample/Sample.aspx?ID1=12&ID2=13 in an Angular web app
But here, instead of passing these value in query string, I need to pass it in hidden way. Guide me with some solution.
Looking for something like a post method to pass these parameters in headers.