Need to block http request from postman

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Need to block http request from postman

2,333件の閲覧回数
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 返信

2,310件の閲覧回数
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 件の賞賛
返信