I only have 3 or 4 POST urls that I want to check. For example: Check ==== POST /posturl1 POST /posturl2 POST /posturl3 DO not Check ========= POST ***ANY OTHER URL*** How can this be done?
I only have 3 or 4 POST urls that I want to check.
For example:
Check
POST /posturl1
POST /posturl2
POST /posturl3
DO not Check
POST ANY OTHER URL
How can this be done?