Hi I’ve been trying to call my proxy api in my custom app but it returns “405 Method Not Allowed”. However, when I paste my proxied api in Google chrome with my store logged in I can reach my endpoint.
“Rewrites allow you to map an incoming request path to a different destination path. Rewrites act as a URL proxy and mask the destination path, making it appear the user hasn’t changed their location on the site. In contrast, redirects will reroute to a new page and show the URL changes.”