How to make api proxy microgateway available only for local

Hi community,

I have a question :

How to make api proxy microgateway unavailable for a cloud call and available only for local call (on microgateway runtime) ?

Any idea ?

Thanks a lot.

Bertrand

Solved Solved
0 2 184
1 ACCEPTED SOLUTION

Add Raise Fault policy in preflow of microgateway proxies. This is how we restricted to public url.

Attached sample macrogateway proxy.

edgemicro-test-proxy-api-rev1-2020-03-21.zip

View solution in original post

2 REPLIES 2

Add Raise Fault policy in preflow of microgateway proxies. This is how we restricted to public url.

Attached sample macrogateway proxy.

edgemicro-test-proxy-api-rev1-2020-03-21.zip

Works well, thanks a lot