Hello,
When using a html form via $post method, if your site is not hooked up to a domain, is there a way to see what wix stores each page as? With the $post method, you are required to know the page name to send the variable to. But with my website not yet being hooked up to a domain, I cannot tell what each page is called. Is there a way to see this?
The wix-http-functions API lists the forms of the HTTP endpoints:
Clients consume your HTTP functions by reaching endpoints with the following patterns.
Premium sites:
https: //www.{user_domain}/_functions/
Free sites:
https: //{user_name}.wixsite.com/{site_name}/_functions/
You test your HTTP functions by reaching endpoints using the following patterns:
Premium sites:
https: //www.{user_domain}/_functions-dev/
Free sites:
https: //{user_name}.wixsite.com/{site_name}/_functions-dev/