How to disable proxy status for a specific page?

Hi all!

I have a domain example.com

I have addresses like:

example.com/at/ann.php?ut=IJFuFzWGTS
example.com/at/ann.php?ut=ITDgFzWGT
example.com/at/ann.php?ut=ITDgFzHYE
etc.

I have proxy status enabled for example.com, how can I exclude such pages and make proxy status disable for them?

Only if it’s on a different domain?

Like ss.example.com and I just don’t include proxy status for that domain?

And if there is no such functionality is it planned in the future?

That is, I need proxy status to not work wherever /at/ann.php is mentioned.

That is not possible due to how DNS works.

Only the hostname (example.com, www.example.com or ss.example.com) is sent to the DNS resolver to be translated into an IP address. The resolver doesn’t know about the request path (/at/ann.php), so it is impossible to bypass the proxy for certain paths only.

So if you want to bypass the proxy, the requests need to use a different subdomain.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.