Hey guys we use the ticketing app where we scan tickets at our studio and it checs them in online from event espresso admin dashboard. Then we also “Check Out’ the tickets at end of class with the scanner.
Do I need to have xlm-rpc available to do this?
Or can I input the code on htaccess to block that? I am trying to add extra seucrity but I dont want to break any EE things. Thanks
# Block WordPress xmlrpc.php requests
<Files xmlrpc.php>
order deny,allow
deny from all
</Files>
The apps use the WP REST API to communicate with your site so you can disable xmlrpc.php without causing issues with those.
Viewing 1 reply thread
The support post ‘Question about access remotely’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.