POST /dir1/dir2/update {"var1":"val1","var2":"val2","var3":"val3"}
i tried this and got request denied
curl -b cookie -c cookie -L "http://rootdomain.com/dir1/dir2/update" -d "{\"var1\":\"val1\",\"var2\":\"val2\",\"var3\":\"val3\"}"
i tried this and got 'page not found'
curl -b cookie -c cookie -L "http://rootdomain.com/dir1/dir2/update?var1=val1&var2=val2&var3=val3" -d ""
how do i get this to work?

New Topic/Question
Reply


MultiQuote





|