diff --git a/mule-gateway/modules/ROOT/pages/policies-mule3-cors-policy.adoc b/mule-gateway/modules/ROOT/pages/policies-mule3-cors-policy.adoc index b8a472c95..7a0508ed7 100644 --- a/mule-gateway/modules/ROOT/pages/policies-mule3-cors-policy.adoc +++ b/mule-gateway/modules/ROOT/pages/policies-mule3-cors-policy.adoc @@ -79,6 +79,8 @@ Go to the API Designer for your API. On the right pane, check that the API is be image::accessing-your-api-behind-a-firewall-e7a50.png["A code editor displays RAML code and a mocking service interface"] === Bypassing the Proxy for the API Notebook +[NOTE] +include::reuse::partial$eol-note.adoc[tag=eolReachedFeature] Go to the API Notebook for your API. In the initial code cell that creates a client, create a new code cell with the following code to set a new proxy configuration on the client: @@ -95,6 +97,7 @@ Combining these two lines together, the following example creates a new client a *`API.set(myClient, 'proxy', false);`* + == See Also * xref:api-manager::policies-mule3.adoc[Policies in Mule 3]