Hello guys.
Today I´ve started attempting to consume a rest server.
When I try to save the model data on a local rest server, ExtJs sends the data as a POST METHOD.
When I try to save the model on a remote server, ExtJs sends the data as a OPTIONS METHOD.
What does it mean?
Why does it happen only on a remote rest server?
Besides, I don´t receive any kind of answer from the server.