Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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]
Expand Down