POST to page returns 405 error
Hello!
We have been working towards migrating our site from a C#/AngularJS hybrid to having a frontend driven by Vue/Nuxt with API calls to a backend written solely in C#. We have in-house desktop software that displays some of our web pages for use in the software (think about the way iTunes accesses its store). Previously, the software was able to navigate to the pages just fine, but after migrating to Vue/Nuxt we're getting a 405 error on certain ones.
After talking with the software developers, it appears that the software is calling the pages with POST. Is there a problem in Nuxt with this to where we need to handle it differently?
To further confirm our suspicions, I tried navigating to the page directly with the software's internal browser (versus the integrated web views it's using otherwise). That browser appears to use GET to make the call and has no trouble loading the pages.
Any ideas on how to get this to work? We're thinking we're going to need to write some sort of request handler for these pages, but I just want to make sure that is the right path and not overkill.
We have been working towards migrating our site from a C#/AngularJS hybrid to having a frontend driven by Vue/Nuxt with API calls to a backend written solely in C#. We have in-house desktop software that displays some of our web pages for use in the software (think about the way iTunes accesses its store). Previously, the software was able to navigate to the pages just fine, but after migrating to Vue/Nuxt we're getting a 405 error on certain ones.
After talking with the software developers, it appears that the software is calling the pages with POST. Is there a problem in Nuxt with this to where we need to handle it differently?
To further confirm our suspicions, I tried navigating to the page directly with the software's internal browser (versus the integrated web views it's using otherwise). That browser appears to use GET to make the call and has no trouble loading the pages.
Any ideas on how to get this to work? We're thinking we're going to need to write some sort of request handler for these pages, but I just want to make sure that is the right path and not overkill.
