Hi. everyone.
I have problem about html with Wifly.
I want to connect to twitter by following address.
http://api.twitter.com/1/statuses/user_ … ce&count=1
so I configure parameter following…
set ip proto 18
set dns name api.twitter.com
set comm remote GET$/1/statuses/user_timeline.rss?screen_name=epostoffice&count=1
set ip remote 80
set opt format 0
after that, I try to “open\r<delay 100ms>\r”, but I can get only “Bad Request” Message
OPENHTTP/1.0 400 Bad RequestCLOS
How can I do to fix this problem?
Thanks.