Skip to main content
2 of 4
edited body
vijay b
  • 362
  • 1
  • 5
  • 15

at the place of method="GET" write method="POST"

parameters accessed from url address are called as PATH parameters.By above tutorial you will get how to access these variables

But in POST method user send the data as JSON FORMAT in request body

follow this link to know how to access POST DATA passed by client

how to retrieve the request body parameters in magento 2.0

vijay b
  • 362
  • 1
  • 5
  • 15