dsel
unread,Jul 29, 2012, 10:37:41 AM7/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rest-...@googlegroups.com
Hi everyone,
I'm using version 2.5 of RESTclient, and I'm having a lot of problems just trying to pass variables to my testing app. Now what I did at first is set Method to PUT, and Body to testing=123, inside my php app I'm using parse_str(file_get_contents('php://input'), $put_vars); to grab variables but its always empty. Latter on I tried experimenting with various headers but issue remained.
Can anyone help me with this issue.
Thx.