Web API from nopAccelarate suddenly getting 405 error?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 года назад
Hi all,

I had the nopAccelerate Web API product up and running (nop V3.8) no issue. The our AWS server failed and we moved it to a new server. Now I get a 405 error on the PUT whenever I tried to use the AddProductToCart issue.

Any ideas/thoughts/suggestions?

TIA! :)
Jon
3 года назад
Sounds like you need to enable the PUT method verb on the new web server.  How to do that depends on the server (IIS, apache, etc.)
3 года назад
CHIDeveloper wrote:
I had the nopAccelerate Web API product up and running (nop V3.8) no issue. The our AWS server failed and we moved it to a new server. Now I get a 405 error on the PUT whenever I tried to use the AddProductToCart issue.
Any ideas/thoughts/suggestions?

Hi, Kindly contact at support(at)nopaccelerate.com with your order id, the support team will definitely assist you.
3 года назад
Also, have you tried with POST method? As I remember, that API plugin has almost all POST methods.

Kindly check with POST.
Also refere them document here
3 года назад
Hi everyone,

So I discovered the answer yesterday.

Because it was a different AWS server, there were some minor configuration differences unbeknownst to myself and our AWS specialist. Also we had a new certificate for the server.

It turns out that on the old server, I was allowed to call the API using http://.........
But the new server requires me to send it over with https://.........

Once I changed to that secure link everything started working again.

J
3 года назад
oh.. btw glad to hear that fix and thanks for sharing issue. This will helpfull to community.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.