The PHP documentation states that php://input can only be read once.
php://input
In my application I need to read it twice, once for authentication purposes and onc
Maybe they mean fseek() or rewind() aren't available. Have you tried one of those functions on an opened php://input ?