You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some frameworks (in my case Codeigniter) will strip out name value pairs from the url. It'd be great to be able to specify whether to use GET or POST. I ended up altering the source and adding in:
type: "POST"
Under the $.ajax call.
The text was updated successfully, but these errors were encountered:
Some frameworks (in my case Codeigniter) will strip out name value pairs from the url. It'd be great to be able to specify whether to use GET or POST. I ended up altering the source and adding in:
type: "POST"
Under the $.ajax call.
The text was updated successfully, but these errors were encountered: