I have a little application which listens on 127.0.0.1:8080.
This application works like a charm - it is a REST service with a very simple html form. The html form sends an ajax request to the rest service.
When i debug this application, it works as expected.
When i put this application to my server, it does not work.
This is the output of the spring application when i click the submit button of my html form.
the html piece is this:
Anyone an idea what goes wrong here? Do i have to somehow configure the embedded
tomcat in my spring application to allow POST requests?
If required i can also upload the piece of configuration of my apache server (the reverse proxy part), but i guess it has nothing to do with the problem i encounter... i guess