i am working on security and other stuff about my web sites.
in my country online payments work like paypal.
mean you should pass some parameters such as Amount,MerchantID,ReturnURL,ResNum(OrderID) by post method to bank and bank will pass some parameters such as MID,Status,ResNum to you after payment.
during this requests and responses somebody can use the software below to sniff and tamper:
http://www.fiddler2.com/fiddler2/
please see this video:
http://www.fiddler2.com/fiddler/help/video/
i test it and it also works on https by using a certificate.
wow...
- how can i prevent this sniffing and tampering?
there is a function in bank site named VerifyTransaction that is called on Seller side after payment and this function returns amount.
this function is on a web service on bank side.
the main question is : - can somebody sniff and tamper web service between bank and seller?
mean can fiddler do that or the other tool?
if yes, how can we prevent this sniffing and tampering (web services)?
really appreciate for attention