Authenticate.php page Not Found

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Authenticate.php page Not Found

Postby benz21 » Wed Dec 28, 2016 7:04 am

Hi Guys,

I'm new to ViciDial and I was tasked to update our old ViciDial system to a newer version.
After stepping thru my code, it returns an error on this page (agc/authenticate.php) after the POST method.
and it looks like no longer exist in the directory.
Any idea on how to handle this? or is there an equivalent page for this?

See below existing code:
Code: Select all
string url = string.Format("http://{0}/agc/authenticate.php", this.Server);
string resultPage =;
using(WebClient wc = new WebClient())
{
   wc.Headers["Content-Type"] = "application/x-www-form-urlencoded";
   resultPage = wc.UploadString(url, "POST", "");
}
return new ApiResponse(ApiResponseTypes.Authentication,resultPage);


Thanks for your help.
benz21
 
Posts: 5
Joined: Wed Dec 28, 2016 6:46 am

Re: Authenticate.php page Not Found

Postby mflorell » Wed Dec 28, 2016 7:44 am

Not sure what version of VICIdial you upgraded from, but that script was never part of the vicidial codebase.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: Authenticate.php page Not Found

Postby benz21 » Tue Jan 31, 2017 7:06 am

mflorell wrote:Not sure what version of VICIdial you upgraded from, but that script was never part of the vicidial codebase.


Hi mflorell, this is okay now. The said page was created from our senior developer to authenticate user first prior logging-in. Thanks for your help.
benz21
 
Posts: 5
Joined: Wed Dec 28, 2016 6:46 am


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 49 guests