Need to block http request from postman

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Need to block http request from postman

1,455 次查看
vijith_g1
Contributor II

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

标签 (5)
0 项奖励
1 回复

1,432 次查看
b36401
NXP Employee
NXP Employee

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.

0 项奖励