Hi guys
I need to transfer s variable from a c# code to my wix website. I know all about the http-functions and fetch. I did a simple node.js on my wix website to acknowledge that the http request created and I send to my wix website url from the c# code however I always receive 404 error and I dont know why!!?. All documentations shows that I ve to call my website url as www.{mywebsite domain}/_functions/ however I always returns 404 error. Please help me to solve this problem