I have a grid talking to a restfull rails backend, this all works fine in the browser.
But when using this setup in Adobe air i get no params to the server.
I discovered that air is not submitting any params when making a ajax call with the method put, when i change my code to use the post method i get the params fine.
Is there a way to make adobe air play nice with put methods ?
( i really like my current setup and i would like to make a air version and a browser version with no (or just small) adjustments )