Javascript fetch requests are empty when starting a session – PHP
I have the following simple PHP page: <?php echo 'done'; When I send a Javascript fetch request to that URL, I can inspect the response in the browser's dev tools and see that it returns the string 'done'. Here is…