I have a fault rule to catch the protocol.http.TooBigLine exception but it's not working:
<FaultRule>
<Step>
<Name>AM-line-too-big</Name>
</Step>
<Condition>fault.name = "TooBigLine"</Condition>
</FaultRule>
The request that causes this fault is also not showing up in a debug session. It seems like it's being thrown by the load balancer and not making it to the Apigee flow. Any idea how I can catch this one?