Hi,
I have to block http request from postman to php script which I developed.I tried to block using the rewrite technique used in httpd.conf.But When I tried to use http request from postman I have seen that the php script getting executed .Please let me know How will I block the http request and getting an error message. One of the requirement is I should not modify the php scriptfor this requiremnt.
Thanks & Regards
Vijith G Kurup
I am afraid there is no easy way to do that.
I only can suggest you to hide http server behind a proxy that will parse all requests and blocks ones that seem to be postman requests.