Protect all XML-RPC calls with HTTP basic auth but one
- by bodom_lx
I set up a Django project for smartphone serving XML-RPC methods over HTTPS and using basic auth. All XML-RPC methods require username and password.
I would like to implement a XML-RPC method to provide registration to the system.
Obviously, this method should not require username and password.
The following is the Apache conf section responsible…