This question has been flagged
1 Reply
8362 Views

Hello

using ODOO 9C nginx reverse proxy under UNBUNTU

the payment with paypal was working -- well up to now --

then suddenly sometime I am connected to another payment interface "Hermes"

https://www.sandbox.paypal.com/webapps/hermes?token= 

replacing the previous one which is still working 

https://www.sandbox.paypal.com/cgi-bin/webscr (which is it's what ODOO is requesting to get)

and from this NEW  interface returning to ODOO I got  METHOD NOT ALLOWED

has someone some idea about what is happening ?

the trouble is that sometimes I am connected to the old one and it's working very well - 100% success

sometimes I am connected to the new interface and then METHOD NOT ALLOWED

There are apparently no reason to be connected to the new one sometimes, and the old one othertimes


very strange ???


For some that are using Paypal

thanks if you could give me some information about what is happening on your side

regards

see new interface picture following

see

Avatar
Discard
Author Best Answer

New information : if you use the last (current) version of ODOO 9C 19 feb 2017  it's OK !!!!, if you use the version before july 2016 it's KO!!!


The point is :

This NEW Paypal interface now use the GET method

the previous one used the POST method only...and for this reason reverse proxy was mandarory

the problem is that odoo was using POST not GE

but THE LAST ODOO VERSION 19 - feb 2017 from Nightly build USE POST AND GET TOO, and for this reason reverse poxy is no longer mandatory

So take care which version you use....

regards


regards


Avatar
Discard