Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

One method to transfer data using the next router without displaying it in the URL is to use POST method instead of GET method in form submission. This can be accomplished by setting the method attribute to "POST" in the HTML form tag. The data submitted by the form will then be sent in the request body instead of the URL query string. Additionally, you can use encryption methods to increase the security of the data being transferred.