0

HTTP Post

Hi guys!
First of all - Thank you YQL team for the new update - I have noticed one major bug that was fixed (mybloglog by service) and one great feature (upcoming by user id) that was added...
I wanted to ask you what is the syntax for making an YQL query via HTTP POST.
I couldn't find it in the docs...
Thanks all,
Yuval Kesten

P.S
If you haven't done so already, I encourage you to check out the latest version of HEADUP in http://www.headup.com...
HEADUP is a browser add-on that ties together content from popular web services, bringing you discoveries from all over the net.
Check it out and tell me what you think...

by
2 Replies
  • QUOTE (Yuval Kesten @ Jan 13 2009, 12:44 PM) <{POST_SNAPBACK}>
    Hi guys!
    First of all - Thank you YQL team for the new update - I have noticed one major bug that was fixed (mybloglog by service) and one great feature (upcoming by user id) that was added...
    I wanted to ask you what is the syntax for making an YQL query via HTTP POST.
    I couldn't find it in the docs...
    Thanks all,
    Yuval Kesten

    P.S
    If you haven't done so already, I encourage you to check out the latest version of HEADUP in http://www.headup.com...
    HEADUP is a browser add-on that ties together content from popular web services, bringing you discoveries from all over the net.
    Check it out and tell me what you think...



    All you need to do is form/url-encode the 'q' parameter and send it as the post body to "http://query.yahooapis.com/v1/public/yql"

    -- Nagesh
    0
  • just to make things clearer, the post data should be urlEncode(q) + "=" + urlEncode(query parameter)
    0

Recent Posts

in YQL