Author Topic: WombatDialer HTTP API control  (Read 1939 times)

gogusrl

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
    • View Profile
WombatDialer HTTP API control
« on: September 15, 2016, 09:54:13 »
Hello,

I'm having trouble adding numbers to a list through the HTTP API requests. Your manual says to use :

http://127.0.0.1:8084/wombat_script/api/lists/?op=addToList&list=ZEB_2&numbers=1234,AA:bb,CC:dd|5678,XX:yy

The problem is that on port 8084 I get request denied, on port 8080 I get type The requested resource (/wombat_script/api/lists/) is not available and when I try it with /wombat/ instead of /wombat_script/ I get ERROR: Unknown operation: addToList .

 Can someone tell me how do I add numbers to a list ?

mirkox

  • Full Member
  • ***
  • Posts: 231
  • Karma: 4
    • View Profile
Re: WombatDialer HTTP API control
« Reply #1 on: September 15, 2016, 10:00:25 »
Hi,

usually wombat is bound to port 8080; what's the base url of your Wombat?