Openlitespeed Realm .htpasswd Authentication Password Bypass for Wordpress Form

My website is Openlitespeed Realm .htpasswd Authentication password protected and the following wordpress to suitecrm form can’t work. How to make the form bypass the password protection?

Hello,

in that case, you can’t use the same method.
Your online form / wordpress form would need to either:

  • add authentication to the request
  • send data to a middleware which forwards the payload to the CRM with the authentication in place.

Looking at plain curl, it would be the -u option:
https://curl.se/docs/manpage.html#-u

Thank you for the prompt reply. Greatly appreciated. Problem has been fixed.