0

I want to hide the query string from the url eg

http://example.com/productlist/id=2/pageno/3

My url should look like

http://example.com/productlist
2
  • 3
    simply don't use query string and pass your data using HTTP post Commented Jul 25, 2020 at 16:55
  • Can you please give an example as i am new to development Commented Jul 25, 2020 at 16:57

1 Answer 1

1

you have to pass your data by HTTP POST. and don't use GET method.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.