New Member
Since ‎01-21-2020
‎06-22-2021

My Stats

  • 8 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

akurupelli's Bio

Badges nikhilcrgowda Earned

View all badges

Recent Activity

I have 3 portals and 3 custom domains. One each for dev, test and prod environments. However, to configure DNS I see same entry for all the three portals that I haveHow do I configure different portals for different custom domain names ?
I have 2 environments dev and testI have one proxy and product deployed for both environments. I have separate target servers for dev and test env. This proxy has an API key policy. Now, I am wondering if it is possible to make different api keys wor...
Every time I try to to import API specification from a url, I get a 500 error with unique ids.However, If I download the spec form the url and import the file, it works just fine.Is this a Bug, or am I missing something ?
I have an endpoint in 3 different environmentstarget dev: https://dev-env/some-path/endpoint-1target test: https://test-env/some-path/endpoint-1 target prod: https://env/some-path/endpoint-1 let's just say the proxies for my environment deployments a...
I have target end points in below format -https://abc.efgh/api/{id}https://abc.efgh/api/{id}/dept1https://abc.efgh/api/{id}/dept2https://abc.efgh/api/{id}/dept3Do I need to create one proxy for all the endpoints or one proxy per endpoint !?Most impor...