Skip to main content

file_get_contents(‘php://input’) blank,

If you’re pulling out your hair about why you can’t process posted payload data to your php script you may be getting 301 redirected by Apache even though you didn’t ask it to. Try this in your .htaccess: DirectorySlash Off RewriteRule ^(nameOfDirectoryYoureTryingToGet|another|another)$ $1/index.php The first line stops the redirect, but, depending on your host, you […]

getPlatformForHost

Remote Development plugin for VSCode. We hit this error on one of the recent updates & tried downgrading, which didn’t work because the plugin got corrupted. We got it working by upgrading back to the current version, removing the plugin (make sure you open a workspace that isn’t using it before you uninstall), downgrading to […]