diff --git a/docs/pricing-limits/free-plan-limits.mdx b/docs/pricing-limits/free-plan-limits.mdx index e75314fea..fba053bc4 100644 --- a/docs/pricing-limits/free-plan-limits.mdx +++ b/docs/pricing-limits/free-plan-limits.mdx @@ -48,8 +48,9 @@ You can remove the interstitial by upgrading to [any paid plan](https://ngrok.co - From the client accessing the ngrok endpoint, add a header value of `ngrok-skip-browser-warning` and set it to any value. These requests will bypass the interstitial. - - + + + ```js axios.get(url, { 'headers': { 'ngrok-skip-browser-warning': '1' } }) .then((response => {