walled garden rules issue, for expert users

hi all!
i’m using hotspot and usermananager with embedded radius server (rOS 6.39.2)

i made custom hotspot pages, integrated all mikrotik code, and everything works well. into the login page there are some link to external sites (facebook page, instagram page and company page (all https)). what i tried to do is: when a new user land into the login page, he must be able to click on social link to visit the page, also without login done.
what i made was some wallet garden rules. i noticed that with http websites works, but with https not. i tryed also use ssl certificate and check https-login, but the only one thing that changes is the https redirect on login page.
where i fail? :open_mouth:

what i made was some wallet garden rules. i noticed that with http websites works, but with https not.

Did you add specific rules on hotspot walled garden for HTTPS (dst-port 443??)

i tried adding specific rules for a specific website and dst-port 443, but no results

now i can access to the company website. what i cant do, is access to social company page.
i add in walled garden

*facebook*
*akamai*
*fbcdn*

but with this rules, facebook is opened for all pages. i have to manipolate the 1st rule, i tried with no results

facebook pages link are:
https://www.facebook.com/Company-page-pageid/ (this is the fixed part of the url)
https://www.facebook.com/pg/Company-page-pageid/ (this is the fixed part of the url)

i tried also with reg exp like

:.facebook\.com\/Company-page-pageid\/.*
:.facebook\.com\/pg\/Company-page-pageid\/.*

but no results.

any ideas?