intuit partner platform - error: (407) Proxy Authentication Required in the IPP .Net AggCat DevKit -


i'm trying perform basic actions on .net sample app customer account data. problem happens in following code snippet (when i'm selecting bank , expecting details):

 protected void institutions_selectedindexchanged(object sender, eventargs e)         {             try             {                 if (institutions.selectedvalue == "pleaseselect")                 {                     institutiondetails.visible = false;                 }                 else                 {                     institutiondetails.visible = true;                     aggregationcategorizationservice svc = services.aggcatservice.getservice(cache, httpcontext.current.user.identity.name);                     institutiondetail insutitutiondetail = svc.getinstitutiondetails(long.parse(institutions.selecteditem.value)); 

i recieve following error:

error detail: error occurred while calling getinstitutiondetails: webexception: remote server returned error: (407) proxy authentication required. proxy-authenticate: negotiate,kerberos,ntlm,basic realm="fw.solar.local" via: 1.1 fw connection: close proxy-connection: close pragma: no-cache cache-control: no-cache content-type: text/html content-length: 701

i'm executing sample is, without modifications. can reason of it? , how can fix it?

can test calls using cc bank (dummy institution) details: https://developer.intuit.com/docs/0020_customeraccountdata/customer_account_data_api/testing_calls_to_the_api


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -