I want to use wordpress rest api. but I couldn't find any tutorial resources. Is there anyone who can help with this? at least write a script that can log in using the rest api and do a few simple actions?
I too am getting this problem this is my error
"Thread #1 : Error occurred : Failed to get page http://ip.bablosoft.com/?requestid=88198 with HttpClient"
It seems I keep sending GET requests but am getting nothing in return. Is this just a temporary bug on bablosofts side? or is it a fixable error on my side, let me know what you guys think
@vanux So can I do something so that site won't detect me if I use 20 threads with http client?
I'm currently only using http-proxy function on each thread.
@support
face palm I feel like an idiot now. I had it setting the host because it was returning Method not Accepted error. I looked at the traffic again and figured it's the URL of the post/get's changing them, used the correct Host. Thank You, you rock.