Looks like there is no support for 1xx responses - Illegal state exception is thrown by Feign on any response with code less than 200 during response building: https://github.com/OpenFeign/feign/blob/master/core/src/main/java/feign/Response.java#L47