I'm dealing with a third party webservice, where I have to make a POST-request, which contains a JSON. But how to do with jQuery?
Everytime I want POST, I get an error like 'Cross-Origin not allowed'. I read, that is normal, but I didn't find a valid solution. So I'm not able to recommend my customers "Hey, please start your browser with special flags". On the other hand, I'm not able to make adjustments on the server side. But making POST requests to other resources shouldn't be a big deal!?