How to remove http (keep https only)

Not applicable

Creating APIproxy by importing zip-bundle it has received both http and https endpoints. How can I remove http, so that only calls over secure https are supported?

Solved Solved
0 3 1,599
1 ACCEPTED SOLUTION

Select Proxy End point flow and Remove below line from "HTTPProxyConnection" element.

<VirtualHost>default</VirtualHost>

View solution in original post

3 REPLIES 3

Select Proxy End point flow and Remove below line from "HTTPProxyConnection" element.

<VirtualHost>default</VirtualHost>

Indeed, many thanks.

hi @Faij Ahmad, I'm new to apigee and I also need to disable http. Can you please give a little more detail on how to locate that line? thx.