▲ | chrismorgan 5 days ago | ||||||||||||||||
Credit card payments on the web are older than JavaScript, and I don’t think that anything even today actually requires JavaScript—all the fancy security things I know of could be done easily enough with additional form submissions and/or meta redirects (alas for multipart/x-mixed-replace, it was never reliable and its removal is almost complete). Unfortunately, PCI DSS makes it expensive now to direct things via your own server, so a typical business will be at the mercy of what their payment gateway provides: and I don’t know if any popular ones will support JavaScript-free operation any more, even though it’s theoretically pretty easy. | |||||||||||||||||
▲ | geokon 5 days ago | parent [-] | ||||||||||||||||
"makes it expensive now to direct things via your own server" can you expand on this? why expensive..? i figured Visa and company would mandate some JS monstrosity. However ive had some really ancient weird credit card online forms in Asia that i suspect have no JS | |||||||||||||||||
|