It's odd the URL is so long. What are you trying to protect? That looks like By URL Part protection doing a partial match to a URL. By URL Part protection passes the entire URL base64 encoded back to CBSubs so it can decode and further perform checks as well as redirect back as needed and is what &accessurl is. Believe it doesn't need to do this for menu protections.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's possible depending on the original URL being accessed. base64 will generate 4 characters for every character it's encoding basically. So to reach 7600 characters you'd need a URL that's already a length of 1900, which seams extremely long.What I don't understand is why this URL is so long and what might be generating it? Simply converting a URL to base64 wouldn't generate an excessively long string like this, would it?
Please Log in or Create an account to join the conversation.
If this isn't a live site you can PM backend super administrator login credentials and can add debug code to try and dump the URLs to see what's going on.
Please Log in or Create an account to join the conversation.
You'd need to send a private message (see link in my signature) with backend super administrator login credentials. I'd then add debug code to CBSubs, install it, and try to see what's going on, but this should not be done on a live install.However, I don't understand what you mean by PM login credentials and other than Joomla debug settings, what debug code?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.