Was trying Use OpenAPI option in Apigee to upload swagger documentation, but seems it is not accepting any Valid url.
I am able to get the proper json when I try it from browser...
.
Solved! Go to Solution.
OPDK needs a special property set in ui.properties
https://docs.apigee.com/private-cloud/latest/allowing-trace-tool-access-local-ip-addresses
conf_apigee-base_apigee.feature.enabletraceforinternaladdresses="true"
conf_apigee-base_apigee.feature.enableopenapiforinternaladdresses="true"
conf_apigee-base_apigee.feature.enablewsdlforinternaladdresses="true"