Ok we are talking Yahoo YUI3 here:
when sending a request via DataSource.Get is it possible to send via POST and not GET. Im sure it is! it has to be but i cant find it in the api docs… there a little confusing.
thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can’t send a request via POST with DataSource.GET , I think what you want is DataSource.IO
See here for an example of how to use it .