My rule looks like:
Code: Select all
Site LOCAL
Accept from LOCAL ^http://161\.143\.x\.x/.*
Deny
Code: Select all
Site LOCAL
Accept from LOCAL ^http://161\.143\.x\.x/.*
Deny
Code: Select all
Deny on {GET redirection target <<< original target of link, internal site hosting link - 6}
Ah, yes, I should clarify. My real rule uses a full address, not '\.x\.x', but as it's a work address I'm not going to post it here.al_9x wrote:"161.143" or "161.143.0.0/16"
Code: Select all
Site LOCAL
Accept from LOCAL ^http://161\.143\.1\.1:1111/.*
Deny
Try using asterisks to obscure anything that might look spammy:Thrawn wrote:... and then get...an ABE error that the spam filter won't let me post, even in code tags. Aaargh!
Code: Select all
L**is Vui**on Ha*db*gs
Will have a go at that when I'm next at work (taking a week off), or might try to reproduce at home.Tom T. wrote:Try using asterisks to obscure anything that might look spammy:Thrawn wrote:... and then get...an ABE error that the spam filter won't let me post, even in code tags. Aaargh!
or something.Code: Select all
L**is Vui**on Ha*db*gs
If necessary, PM it to me, and I'll post it, although I realize that's a time lag.
No; the ABE error definitely said that it was the SYSTEM rule that was firing.Also, have you tried temp-deleting our favorite anti-NAT-pinning rule?
Perhaps ABE fears a nefarious attempt by a (nasty) remotesite to get to /url2 via /url1?Thrawn wrote:...It's weird: with the rule that I currently have in place, I can follow a link from remotesite:port to localhost:8080/url1, or from remotesite:port to localhost:8080/url2, but if I follow a link from remotesite:port to localhost:8080/url1, and the service on localhost then redirects me to localhost:8080/url2, ABE blocks the redirection. And the message looks like it's reporting a request origin of 'localhost:8080, remotesite:port'. A compound request origin?!
Code: Select all
Site LOCAL
Accept from localhost:8080 remotesite:port (or however the real data are connected in the error message - comma, slash, space, whatever)
Deny