PhPStorm 10 does not allow POST method

Hello,

I developed a PHP application using POST method in PHPStorm 9. The problem is when I upgraded today to use the new PhpStorm version but now, when I launch the application using the IDE, it is not allow me to use the POST method because it is not sending the data. I tried with PHP 5.6 and PHP 7 on Windows 10. The GET method works fine.

However, I have launched the same application using an Apache with PHP7 on Windows 10 and it is working.

Some suggestion?

Thank you.

9
31 comments

Note that after changing your port to listen to 63342 and the serverName as well, you have to restart phpstorm for the change to take effect.

0

Please sign in to leave a comment.