Two fresh Drupal 7.71 installations on two diferent hostings: Dinahosting and OVH.
Both of the installations have Services 7.x-3.27, Ctools 7.x-1.15, Libraries 7.x-2.5 and not any other module.
I created the same REST service on both hostings.
Then, I am trying to call my REST service from Android code.
OVH hosting is working fine but Dinahosting is not.
Is anyone using Fail2Ban for Drupal? I am getting slammed by bots and even though honeypot and captcha are doing the job of stopping and logging, I would like to take the next step and automate banning.
Fail2Ban has worked wonders for me parsing bad actors found in postfix's mail.log and banning the offenders, so I want to apply the same tactic by parsing bad actors found in Drupal's Syslog and banning these offenders as well.
If you are already using Fail2Ban for Drupal, please post your regular expressions. I just turned on Syslog so I am a little behind the curve.
I have had default display pic option enabled on my site but I have now decided to use profile 2 to manage users display pictures as it offers more features.
The only problem I have is that I don't know how to transfer the users pictures from the default field to the profile2 field.
I am using javascript in a page and it works most of the time but I can't find an accurate width of the page. I can find the width of the browser window but that isn't what I want.
I am creating dynamic meta tags using a theme html_head_alter function. This works fine except that the strings passed in #value are being encoded. I assume there is a check_plain function somewhere that is encoding these strings. Does anyone know where that check_plain function is?
Here is an example of one of my custom meta tags with a static string to demonstrate the issue...