Re: [WebDNA] Authorize.net and [tcpconnect]

This WebDNA talk-list message is from

2016


It keeps the original formatting.
numero = 112804
interpreted = N
texte = 387 --Apple-Mail=_0AAA751B-3AD9-4F2C-8C89-490134DA4E4C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Very helpful, thanks. Seems my original code might be missing that = second part. This gives me something to go on. Appreciate it! Brian > On May 25, 2016, at 6:07 PM, Jym Duane wrote: >=20 > I looked to be sure=20 >=20 > I guess its really two places in the same part of code >=20 > here is beginning part of code (just the connect part): >=20 >=20 >=20 > [text show=3Df]response=3D[TCPConnect host=3Dsecure2.authorize.net = &port=3D443&ssl=3DT] >=20 > [TCPSend]POST /gateway/transact.dll HTTP/1.0[crlf][!] >=20 > [/!]Host: secure2.authorize.net = :443[crlf][!] >=20 > [/!]Content-type: application/x-www-form-urlencoded[crlf][!] >=20 > .....rest of code omitted... >=20 >=20 > jym >=20 >=20 >=20 > On 5/25/2016 2:30 PM, Brian Willson wrote: >> Thanks, Jym. >>=20 >> The firewall stuff doesn't apply to me, either. And I have only one = place to change the URL, too. >>=20 >> Did you use Akamai's secure2.authorize.net = URL? >>=20 >> Brian >>=20 >>=20 >>> On May 25, 2016, at 4:26 PM, Jym Duane < = jym@purposemedia.com = > wrote: >>>=20 >>> i did not go through all my AIM scripting, it was originally based = on some old scripts. I have not looked in detail for a long time. >>>=20 >>> i changed the url used to the new akamai one in my system and it = seems to be working fine. We only had one place where i changed URL. >>>=20 >>>=20 >>>=20 >>> Anet does give a lot of discussion about firewalls needing to be = updated and more open since the ip is not always the same in new system. >>>=20 >>> that did not apply in my case either. >>>=20 >>> jym >>>=20 >>>=20 >>> On 5/25/2016 1:12 PM, Brian Willson wrote: >>>> Hi, folks. >>>>=20 >>>> For several years, I've used a [tcpconnect] script I found in the = archives here to conduct online sales via Authorize.net = 's AIM solution. It's still working great. >>>>=20 >>>> However, Authorize.net will soon be using = Akamai SureRoute to optimize traffic, and they've rolled out some new = secure URLs for testing. Well, none of these new URLs work with my = existing [tcpconnect] script. The response I'm getting is (e.g.): >>>>=20 >>>> HTTP/1.0 400 Bad Request Server: AkamaiGHost Mime-Version: 1.0 = Content-Type: text/html Content-Length: 207 Expires: Wed, 25 May 2016 = 19:13:31 GMT Date: Wed, 25 May 2016 19:13:31 GMT Connection: close >>>>=20 >>>> This is especially odd since the URL I'm now successfully using... >>>>=20 >>>> secure.authorize.net/gateway/transact.dll = >>>>=20 >>>> ... differs by only one character from the new Akamai one: >>>>=20 >>>> secure2.authorize.net/gateway/transact.dll = >>>>=20 >>>> Is anyone else still using Authorize.net ? = And, if so, have you been able to connect to any of the new Akamai URLs? = Is it possible that a POST via [tcpconnect] will simply not work with = Authorize.net 's new routing system? >>>>=20 >>>> If so, I might be in the market for a new online commerce solution. >>>>=20 >>>> Thanks in advance. >>>>=20 >>>> Brian >>>>=20 >>>> --- >>>> Brian Willson >>>> www.3ip.com >>>>=20 >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: = >>>> archives: http://mail.webdna.us/list/talk@webdna.us = >>>> Bug Reporting: support@webdna.us >>>>=20 >>>=20 >>> --=20 >>> Jym Duane - CTO - Purpose Media >>> Creating Your Success Story >>> Marketing : Television - Internet -Print >>> Phone: (877) 443-1323 =20 >>> Email: jym@purposemedia.com =20 >>> Web: www.purposemedia.com >>>=20 >>> Oregon - www.GuideToOregon.com >>> PO Box 1725, Jacksonville, OR 97530 >>>=20 >>> California - www.OrangeCounty.net >>> PO Box 2025, Capistrano Beach, CA 92624=20 >>=20 >> --- >> Brian Willson >> www.3ip.com > --=20 > Jym Duane - CTO - Purpose Media > Creating Your Success Story > Marketing : Television - Internet -Print > Phone: (877) 443-1323 =20 > Email: jym@purposemedia.com =20 > Web: www.purposemedia.com >=20 > Oregon - www.GuideToOregon.com > PO Box 1725, Jacksonville, OR 97530 >=20 > California - www.OrangeCounty.net > PO Box 2025, Capistrano Beach, CA 92624=20 --- Brian Willson willson@3ip.com --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --Apple-Mail=_0AAA751B-3AD9-4F2C-8C89-490134DA4E4C Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=windows-1252 Very helpful, thanks. Seems my original code might be missing = that second part. This gives me something to go on.

Appreciate it!

Brian


On May 25, 2016, at 6:07 PM, = Jym Duane <jym@purposemedia.com> wrote:

I looked to be sure 

I  guess its really two places in the same part of = code

here is beginning part of code (just the connect = part):


[text = show=3Df]response=3D[TCPConnect host=3Dsecure2.authorize.net&port=3D443&ssl=3DT]

[TCPSend]POST /gateway/transact.dll = HTTP/1.0[crlf][!]

[/!]Host: secure2.authorize.net:443[crlf][!]

[/!]Content-type: = application/x-www-form-urlencoded[crlf][!]

.....rest of code = omitted...


jym



On 5/25/2016 2:30 PM, Brian = Willson wrote:
Thanks, Jym.

The firewall stuff doesn't apply to me, either. And I have = only one place to change the URL, too.

Did you use Akamai's secure2.authorize.net URL?
Brian


On May = 25, 2016, at 4:26 PM, Jym Duane <jym@purposemedia.com> = wrote:

i did not = go through all my AIM scripting, it was originally based on some old = scripts. I have not looked in detail for a long time.

i = changed the url used to the new akamai one in my system and it seems to = be working fine. We only had one place where i changed URL.


Anet does give a lot of = discussion about firewalls needing to be updated and more open since the = ip is not always the same in new system.

that did not = apply in my case either.

jym


On = 5/25/2016 1:12 PM, Brian Willson wrote:
Hi, folks.For several years, I've used a [tcpconnect] script I found in the =archives here to conduct online sales via Authorize.net's AIM =solution. It's still working great.However, Authorize.net will soon be using Akamai SureRoute to =optimize traffic, and they've rolled out some new secure URLs for =testing. Well, none of these new URLs work with my existing [tcpconnect] =script. The response I'm getting is (e.g.):HTTP/1.0 400 Bad Request Server: AkamaiGHost Mime-Version: 1.0 =Content-Type: text/html Content-Length: 207 Expires: Wed, 25 May 2016 =19:13:31 GMT Date: Wed, 25 May 2016 19:13:31 GMT Connection: closeThis is especially odd since the URL I'm now successfully using...   secure.authorize.net/gateway/transact.dll.... differs by only one character from the new Akamai one:   secure2.authorize.net/gateway/transact.dllIs anyone else still using Authorize.net? And, if so, =have you been able to connect to any of the new Akamai URLs? Is it =possible that a POST via [tcpconnect] will simply not work with Authorize.net's new routing system?If so, I might be in the market for a new online commerce solution.Thanks in advance.Brian---Brian Willsonwww.3ip.com---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/l=ist/talk@webdna.usBug Reporting: support@webdna.us

--=20Jym Duane - CTO - Purpose MediaCreating Your Success StoryMarketing : Television - Internet -PrintPhone: (877) 443-1323  =20Email: jym@purposemedia.com  =20Web: www.purposemedia.comOregon - www.GuideToOregon.comPO Box 1725,  Jacksonville, OR 97530California - www.OrangeCounty.netPO Box 2025,  Capistrano Beach, CA 92624 =
---Brian Willsonwww.3ip.com

--=20Jym Duane - CTO - Purpose MediaCreating Your Success StoryMarketing : Television - Internet -PrintPhone: (877) 443-1323  =20Email: jym@purposemedia.com  =20Web: www.purposemedia.comOregon - www.GuideToOregon.comPO Box 1725,  Jacksonville, OR 97530California - www.OrangeCounty.netPO Box 2025,  Capistrano Beach, CA 92624 =
---
Brian = Willson



= --Apple-Mail=_0AAA751B-3AD9-4F2C-8C89-490134DA4E4C-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Authorize.net and [tcpconnect] ("IBS Ltd." 2016)
  2. Re: [WebDNA] Authorize.net and [tcpconnect] (Brian Willson 2016)
  3. Re: [WebDNA] Authorize.net and [tcpconnect] (Brian Willson 2016)
  4. Re: [WebDNA] Authorize.net and [tcpconnect] (Brian Willson 2016)
  5. Re: [WebDNA] Authorize.net and [tcpconnect] (Donovan Brooke 2016)
  6. Re: [WebDNA] Authorize.net and [tcpconnect] (Brian Willson 2016)
  7. Re: [WebDNA] Authorize.net and [tcpconnect] (Jym Duane 2016)
  8. Re: [WebDNA] Authorize.net and [tcpconnect] (Jym Duane 2016)
  9. Re: [WebDNA] Authorize.net and [tcpconnect] (Brian Willson 2016)
  10. Re: [WebDNA] Authorize.net and [tcpconnect] (Brian Willson 2016)
  11. Re: [WebDNA] Authorize.net and [tcpconnect] (Jym Duane 2016)
  12. Re: [WebDNA] Authorize.net and [tcpconnect] (Donovan Brooke 2016)
  13. [WebDNA] Authorize.net and [tcpconnect] (Brian Willson 2016)
387 --Apple-Mail=_0AAA751B-3AD9-4F2C-8C89-490134DA4E4C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Very helpful, thanks. Seems my original code might be missing that = second part. This gives me something to go on. Appreciate it! Brian > On May 25, 2016, at 6:07 PM, Jym Duane wrote: >=20 > I looked to be sure=20 >=20 > I guess its really two places in the same part of code >=20 > here is beginning part of code (just the connect part): >=20 >=20 >=20 > [text show=3Df]response=3D[TCPConnect host=3Dsecure2.authorize.net = &port=3D443&ssl=3DT] >=20 > [tcpsend]POST /gateway/transact.dll HTTP/1.0[crlf][!] >=20 > [/!]Host: secure2.authorize.net = :443[crlf][!] >=20 > [/!]Content-type: application/x-www-form-urlencoded[crlf][!] >=20 > .....rest of code omitted... >=20 >=20 > jym >=20 >=20 >=20 > On 5/25/2016 2:30 PM, Brian Willson wrote: >> Thanks, Jym. >>=20 >> The firewall stuff doesn't apply to me, either. And I have only one = place to change the URL, too. >>=20 >> Did you use Akamai's secure2.authorize.net = URL? >>=20 >> Brian >>=20 >>=20 >>> On May 25, 2016, at 4:26 PM, Jym Duane < = jym@purposemedia.com = > wrote: >>>=20 >>> i did not go through all my AIM scripting, it was originally based = on some old scripts. I have not looked in detail for a long time. >>>=20 >>> i changed the url used to the new akamai one in my system and it = seems to be working fine. We only had one place where i changed URL. >>>=20 >>>=20 >>>=20 >>> Anet does give a lot of discussion about firewalls needing to be = updated and more open since the ip is not always the same in new system. >>>=20 >>> that did not apply in my case either. >>>=20 >>> jym >>>=20 >>>=20 >>> On 5/25/2016 1:12 PM, Brian Willson wrote: >>>> Hi, folks. >>>>=20 >>>> For several years, I've used a [tcpconnect] script I found in the = archives here to conduct online sales via Authorize.net = 's AIM solution. It's still working great. >>>>=20 >>>> However, Authorize.net will soon be using = Akamai SureRoute to optimize traffic, and they've rolled out some new = secure URLs for testing. Well, none of these new URLs work with my = existing [tcpconnect] script. The response I'm getting is (e.g.): >>>>=20 >>>> HTTP/1.0 400 Bad Request Server: AkamaiGHost Mime-Version: 1.0 = Content-Type: text/html Content-Length: 207 Expires: Wed, 25 May 2016 = 19:13:31 GMT Date: Wed, 25 May 2016 19:13:31 GMT Connection: close >>>>=20 >>>> This is especially odd since the URL I'm now successfully using... >>>>=20 >>>> secure.authorize.net/gateway/transact.dll = >>>>=20 >>>> ... differs by only one character from the new Akamai one: >>>>=20 >>>> secure2.authorize.net/gateway/transact.dll = >>>>=20 >>>> Is anyone else still using Authorize.net ? = And, if so, have you been able to connect to any of the new Akamai URLs? = Is it possible that a POST via [tcpconnect] will simply not work with = Authorize.net 's new routing system? >>>>=20 >>>> If so, I might be in the market for a new online commerce solution. >>>>=20 >>>> Thanks in advance. >>>>=20 >>>> Brian >>>>=20 >>>> --- >>>> Brian Willson >>>> www.3ip.com >>>>=20 >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: = >>>> archives: http://mail.webdna.us/list/talk@webdna.us = >>>> Bug Reporting: support@webdna.us >>>>=20 >>>=20 >>> --=20 >>> Jym Duane - CTO - Purpose Media >>> Creating Your Success Story >>> Marketing : Television - Internet -Print >>> Phone: (877) 443-1323 =20 >>> Email: jym@purposemedia.com =20 >>> Web: www.purposemedia.com >>>=20 >>> Oregon - www.GuideToOregon.com >>> PO Box 1725, Jacksonville, OR 97530 >>>=20 >>> California - www.OrangeCounty.net >>> PO Box 2025, Capistrano Beach, CA 92624=20 >>=20 >> --- >> Brian Willson >> www.3ip.com > --=20 > Jym Duane - CTO - Purpose Media > Creating Your Success Story > Marketing : Television - Internet -Print > Phone: (877) 443-1323 =20 > Email: jym@purposemedia.com =20 > Web: www.purposemedia.com >=20 > Oregon - www.GuideToOregon.com > PO Box 1725, Jacksonville, OR 97530 >=20 > California - www.OrangeCounty.net > PO Box 2025, Capistrano Beach, CA 92624=20 --- Brian Willson willson@3ip.com --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --Apple-Mail=_0AAA751B-3AD9-4F2C-8C89-490134DA4E4C Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=windows-1252 Very helpful, thanks. Seems my original code might be missing = that second part. This gives me something to go on.

Appreciate it!

Brian


On May 25, 2016, at 6:07 PM, = Jym Duane <jym@purposemedia.com> wrote:

I looked to be sure 

I  guess its really two places in the same part of = code

here is beginning part of code (just the connect = part):


[text = show=3Df]response=3D[TCPConnect host=3Dsecure2.authorize.net&port=3D443&ssl=3DT]

[tcpsend]POST /gateway/transact.dll = HTTP/1.0[crlf][!]

[/!]Host: secure2.authorize.net:443[crlf][!]

[/!]Content-type: = application/x-www-form-urlencoded[crlf][!]

.....rest of code = omitted...


jym



On 5/25/2016 2:30 PM, Brian = Willson wrote:
Thanks, Jym.

The firewall stuff doesn't apply to me, either. And I have = only one place to change the URL, too.

Did you use Akamai's secure2.authorize.net URL?
Brian


On May = 25, 2016, at 4:26 PM, Jym Duane <jym@purposemedia.com> = wrote:

i did not = go through all my AIM scripting, it was originally based on some old = scripts. I have not looked in detail for a long time.

i = changed the url used to the new akamai one in my system and it seems to = be working fine. We only had one place where i changed URL.


Anet does give a lot of = discussion about firewalls needing to be updated and more open since the = ip is not always the same in new system.

that did not = apply in my case either.

jym


On = 5/25/2016 1:12 PM, Brian Willson wrote:
Hi, folks.For several years, I've used a [tcpconnect] script I found in the =archives here to conduct online sales via Authorize.net's AIM =solution. It's still working great.However, Authorize.net will soon be using Akamai SureRoute to =optimize traffic, and they've rolled out some new secure URLs for =testing. Well, none of these new URLs work with my existing [tcpconnect] =script. The response I'm getting is (e.g.):HTTP/1.0 400 Bad Request Server: AkamaiGHost Mime-Version: 1.0 =Content-Type: text/html Content-Length: 207 Expires: Wed, 25 May 2016 =19:13:31 GMT Date: Wed, 25 May 2016 19:13:31 GMT Connection: closeThis is especially odd since the URL I'm now successfully using...   secure.authorize.net/gateway/transact.dll.... differs by only one character from the new Akamai one:   secure2.authorize.net/gateway/transact.dllIs anyone else still using Authorize.net? And, if so, =have you been able to connect to any of the new Akamai URLs? Is it =possible that a POST via [tcpconnect] will simply not work with Authorize.net's new routing system?If so, I might be in the market for a new online commerce solution.Thanks in advance.Brian---Brian Willsonwww.3ip.com---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/l=ist/talk@webdna.usBug Reporting: support@webdna.us

--=20Jym Duane - CTO - Purpose MediaCreating Your Success StoryMarketing : Television - Internet -PrintPhone: (877) 443-1323  =20Email: jym@purposemedia.com  =20Web: www.purposemedia.comOregon - www.GuideToOregon.comPO Box 1725,  Jacksonville, OR 97530California - www.OrangeCounty.netPO Box 2025,  Capistrano Beach, CA 92624 =
---Brian Willsonwww.3ip.com

--=20Jym Duane - CTO - Purpose MediaCreating Your Success StoryMarketing : Television - Internet -PrintPhone: (877) 443-1323  =20Email: jym@purposemedia.com  =20Web: www.purposemedia.comOregon - www.GuideToOregon.comPO Box 1725,  Jacksonville, OR 97530California - www.OrangeCounty.netPO Box 2025,  Capistrano Beach, CA 92624 =
---
Brian = Willson



= --Apple-Mail=_0AAA751B-3AD9-4F2C-8C89-490134DA4E4C-- . Brian Willson

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Cookie still not working (1999) two of the same named db's open at once (1998) Using Currencies other than Dollars (1997) Close-to Comparison Code (1998) HELP WITH DATES (1997) problem serving foreign languages text (1997) Shopping cart not being assigned (1999) The beginning (1997) How did *you* learn Web Catalog? (2000) Web Developer Product Awards (1997) Help with sorting search results sorting (1998) Help name our technology! I found it (1997) Re1000001: Setting up shop (1997) Practice runs ? (1997) Unexpected comparison behavior change in 4.5.1 (2003) Emailer (1998) Logging purchases (1997) QuitFeedback & DBNotOpened errors (1997) Great product and great job ! (1997) multiple record replace (2001)