Page 1 of 1

ABE Rule Push not working

Posted: Fri Jan 24, 2014 4:43 pm
by alexyangjie
Hi, I followed the instructions in the documentation and write a rule for my own site.

Site www.alexyang.me
Accept POST from SELF
Accept GET
Deny

I uploaded the rules.abe file to my site and the address is https://www.alexyang.me/rules.abe

Of course I ticked the option to allow sites to push rules themselves.

However, I can't see my rules appear in the below list. I have seen it once, but sometime later it disappeared. Instead I saw a strange rule set.
Name: .1-p-13-prn1.channel.facebook.com
Rule: for (;;); {"t":"refresh","reason":120,"seq":0}

This is clearly an invalid rule. I wonder if anyone has same experience. How long is the pushed rule set kept?

Thank you very much.

Re: ABE Rule Push not working

Posted: Sat Jan 25, 2014 6:08 pm
by Giorgio Maone
Rules are stored according to the normal HTTP caching directives.
The one on your site probably cannot be loaded due to invalid SSL configuration.
Regarding the Facebook's invalid one, it's due to https://1-p-13-prn1.channel.facebook.com/ responding every request, for any even non-existent file, with a 200 response with that content, i.e. also https://1-p-13-prn1.channel.facebook.com/rules.abe is served with

Code: Select all

for (;;); {"t":"refresh","reason":120,"seq":0}