RPC over HTTP
How protocol options profiles and SSL inspection profiles handle RPC (Remote Procedure Calls) over HTTP traffic can be configured separately from normal HTTP traffic. The configuration is done in the CLI.
Configuration in Protocol Options
config firewall profile-protocol-options edit 0
IPv6
set rpc-over-http [disable|enable] end
Configuration in SSL/SSH inspection
config firewall ssl-ssh-profile edit deep inspection set rpc-over-http [disable|enable] end
That’s great but why? When would you want to turn this on? What is impact having/not having it enabled?