In other words I only need to check that the data is coming from aforesaid address.
Request.Headers("Referer") is not working.
Argent reply will highly appreciated as this application is live and any one can bypass the payment server if he knows which values be given when the credit card is verified.
The credit merchant would be the one that can most easily tell you how to confirm the response from them is indeed from them. I would think thats a pretty common question. You are also doing this on a secure connection so that solves most of your security concerns.
I would be more concerned with how you are storing CC info than someone stealing info over a secure connection and then sending you false data in replace of the original data. Thats the purpose of using a secure connection. You could even ask yourself how
do you know for sure that the data you are sending is indeed even going to them and really drive yourself nuts [:P]. I would ask your merchant thats what they get paid for is helping you do secure transactions over the internet and they are going to be more
informed on any issues that you need to be aware of . They do this day in and day out make them answer your questions or find another vender imho!
Answering a question increases your knowledge asking a question shows your Intelligence!
Member
1 Points
64 Posts
Identify that received data is coming from which address
Sep 26, 2005 12:20 PM|ASP1979|LINK
Hello,
My aspx page is sending and receiving the data with java servlet on http protocol for entering credit card info.
The problem is that how can I identify that the received data is coming from that address which is as under
https://ecommerce.cyber.net.pk/mhost/servlet/MerchantControllerServlet
In other words I only need to check that the data is coming from aforesaid address.
Request.Headers("Referer") is not working.
Argent reply will highly appreciated as this application is live and any one can bypass the payment server if he knows which values be given when the credit card is verified.
Thank You
Member
122 Points
387 Posts
Re: Identify that received data is coming from which address
Sep 26, 2005 04:54 PM|FancyKetsup|LINK