Feb 4, 2020
7
Level 2
Invalid encoding stopping POST in Laravel
Using spatie webhook for Stripe (https://github.com/spatie/laravel-stripe-webhooks) on new system - fresh ubuntu server with Apache. Stripe reports a 404 with an error of "Invalid encoding: ISO-8859-1". So clearly Stripe is saying that the POST request has data not encoded with proper character set (probably UTF-8). But not clear how to change this for a POST vs. for a get.
Please or to participate in this conversation.