I have a simple php file which just echoes $_POST['email']
. I want to access it through rest client extension.
New extension looks totally different. This answer uses old extension.
I just added a check isset($_POST['email'])
. It returns else
part data.
How do I post data with new extension?