403 Forbidden issue using Rally rest api for java -


https://github.com/rallytools/rallyresttoolkitforjava

we using rallyresttoolkitforjava retrieve details. code working seems have interim issues 403 forbidden exception .we able hit service , retrieve details using standalone java program , web app. using api key concept authentication. interim facing issue , impacting stability , definite problem stability. appreciated

//using rally rest api, url need http proxy rallyrestapi restapi = new rallyrestapi(rallydevurl, apikey); uri uri = new uri(httpproxyurl); restapi.setproxy(uri, proxyuser, proxypassword);  restapi.setapplicationname(rallyappname); queryrequest projects = new queryrequest("projects"); projects.setfetch(new fetch(projectarraylist))); queryresponse queryresponse = restapi.query(projects); // fails here.. 

is possible 403 on end? weird going on proxy? it's worth following rally support see if can see 403s in our logs or not.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -