Jump to content

disable certain POSTs?


dadamssg87

Recommended Posts

This may be a long shot but is there a way to configure your server to disable certain POSTs? I'm working with the Authorize.net SIM API which after a successful transaction you can get authorize.net to POST data to a particular web page. The POST sends back customer name, amount of transaction, date, billing information, shipping information, and it also post back the credit card like so "XXXXXXXX3043".

 

To limit my exposure to any kind of credit card information i'd rather just disable the $_POST['x_card_number'] that gets posted.

 

Is that possible?

Link to comment
https://forums.phpfreaks.com/topic/242503-disable-certain-posts/
Share on other sites

Absolutely nothing. I only want to store Customer name, transaction ID, and the amount but since the POST has cardholder data, that requires my server and code to be PCI compliant...which is a headache.

 

Who else will be able to see POST['x_card_number']?

 

I dont see the security issue here.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.