Network Error and Timeout on Authorize.net JS
i am using authorize.net acceptUI.js in order to create a hosted payment form for credit card acceptance.
The problem arising now is that, going on the checkout page, I have the following console message:
GET https://js.authorize.net/v3/AcceptUI.js net::ERR_NAME_NOT_RESOLVED
Which is weird, cause I cannot ping the domain or anything, as my computer cannot resolve the domain. However, this issue is also reported by individual customers and it seems to be sporadically and not happening the entire time, cause i can see other orders going through.
Does anyone know how such an error can be caused, or any ideas how it can be resolved?
Thanks for your help
EDIT:
I just checked the A DNS record for js.authorize.net and am getting the following result only:
js.authorize.net. 100 IN CNAME js.authorize.net.cdn.cloudflare.net.
Doing the same for js.authorize.net.cdn.cloudflare.net. does not return an A Record, unless I specifically instruct to use 1.1.1.1 as DNS server
Is it maybe really possible that their configuration is somehow messed up? Or am I missing something here?
from Recent Questions - Stack Overflow https://ift.tt/3ntoK3c
https://ift.tt/eA8V8J
Comments
Post a Comment