Are there any guidelines available to perform post directly from the
code... And, is there a sample code available in asp and asp.net to post
directly... ThanksArvind
What is the recommended way to post to API endpoint... Is it essential
to build a DLL... Can we write the code, which directly performs the
post to API endpoint... Are there any guidelines available?
I decompiled the DLL, and found that it is hitting following URL in Live
mode:https://secure.authorize.net/gateway/transact.dlland the following
URL in Test
mode:https://certification.authorize.net/gateway/transact.dll The
sandbox URL provided by Aut...
We have updated our server for TLS 1.2... The changes were tested and
working successfully as applications on this machine are calling UPS
API, who have already enforced TLS 1.2... However, we are still worried
as we are using an old DLLs from Author...