Dear All,
In my WIX website I need to create an individual page that can accept a POST request with JSON format. The page does NOT need any UI elements, just need to parse the POST request data with JSON format, and then run a backend service. Could I know
-
How to create such as page? In WIX it only allows me create a page as a menu item. I don’t want the page title to appear as a menu item. It is an individual page.
-
How to read the POST request data with JSON format?
Any answers will be greatly appreciated.