Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

protocol.http.TooBigLine not being caught by FaultRule

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?

0 5 226
5 REPLIES 5