Pattern * failing for this URL

I have a URL pattern of * white listed for my second proxy which works fine for:

https://qualysguard.qualys.de/fo/options/asset_group_edit.php?edit=90044...

But leads to a timeout for:

https://qualysguard.qualys.de/fo/common/host_ip_browser.php?dl[drill]=10.0.0.1-10.0.0.2&dl[drill_list]=10.0.0.1-10.0.0.2&parent_box=ips[]&action_button=Add&from_box=ips_available

If I switch to manual proxy it works fine.

hi, you probably need to add

hi, you probably need to add a blacklist pattern for 10.* so it doesn't load through your proxy. Anything in the 10.* range is in the local intranet and typically not available to externally-based proxies.

10.* is only being passed as

10.* is only being passed as part of a field name, the address is not being connected to. Or are you saying that having this address in the URL is confusing FoxyProxy?

OK, I misunderstood. I see

OK, I misunderstood. I see that 10.0.0.1 and other IP addresses are only being passed as *part* of the URL, not the hostname. I have two questions. If you answer these, I can fix the problem. You might have found a bug in FoxyProxy.

1. You said, "If I switch to manual proxy it works fine". What happens when you switch FoxyProxy to "Use Proxy XXXX for all URLs". Does it work then?

2. Do you want the URL https://qualysguard.qualys.de/fo/common/host_ip_browser.php?dl[drill]=10.0.0.1-10.0.0.2&dl[drill_list]=10.0.0.1-10.0.0.2&parent_box=ips[]&action_button=Add&from_box=ips_available to load through a proxy or load direct (i.e., no proxy)?

Thanks,
Eric

1. I no longer have access

1. I no longer have access to the site as it was part of a trial, but I believe what I meant by "manual" was setting FoxyProxy to "Use proxy '' for all URLs"

2. The URL should be able to load through a proxy.