Page 1 of 1

realtime report direct web call sending username and pass

PostPosted: Fri Jun 16, 2017 5:00 pm
by mstopkey
Greetings all, we have built a custom PHP based CRM which pulls data from ViciDial. In the reports section of it, we would like to make direct web call to a few dialer reports sending the campaign ID and username and password for CRM user which also is a ViciDial user. I have yet to be able accomplish this. Any help?

Re: realtime report direct web call sending username and pas

PostPosted: Sat Jun 17, 2017 6:41 am
by mflorell
You could try something like this:

http://user:pass@dialer.server.com/vicidial/admin.php

But, some more recent browsers are starting to put up warnings when you do that, or even not allow it at all, so you'll have to give it a try.

Re: realtime report direct web call sending username and pas

PostPosted: Sun Jun 18, 2017 8:42 pm
by mstopkey
Thanks as always Matt!