Re: 256 character limit in URL? Kinda urgent...

This WebDNA talk-list message is from

2004


It keeps the original formatting.
numero = 59898
interpreted = N
texte = This is the Bank of America eStores system, which works like the old authorize.net gateway, I believe. The checkout form is posted to the B of A server, where the card and address info are captured. Then the user is invisibly redirected back to our server with the authorization data in this massive URL. Here's an example: https://www.domain.com/process.tpl?m=SBA&IOC_merchant_order_id=&IOC_merchant _shopper_id=&IOC_shopper_id=TQ7L6R71DK4F8G5VEF3K84GRFG9R4556&IOC_response_co de=7&Ecom_transaction_complete=TRUE&IOC_pcard_response=N&Ecom_Payment_Card_V erification_RC=&IOC_missing_fields=&IOC_invalid_fields=(Ecom_Payment_Card_Nu mber,,%2AUnknown+Card+Type%280%29%2A+is+not+an+accepted+Credit+Card%2E++Plea se+use+a+different+credit+card+for+this+purchase%2E),(Ecom_Payment_Card_ExpD ate_Month,1,The+expiration+month%2Fyear+is+invalid%2E)&IOC_Invalid_Request=& IOC_reject_description=There+are+invalid+fields%2E&fno=400&cart=109962233432 155&requiredconfirm=T You can see the cart number near the end of the URL -- it is passed through B of A and back to us. Using the cart number we match the B of A auth data to the shopping cart and append the whole mess to our db's. What I can't figure is why this worked great in OS9/W*4/webdna4 for three years and now with OSX/W*5/webdna6 (I tried it in 4.5, too) it breaks. Looks like I'll have to go back and re-install the G3 tomorrow. Maybe I'll test it on a Commodore 64... > > If the authorisation data is being held in the comments field in the > orderfile/cart, the field is limited to 255 characters > > http://webdna.smithmicro.com/ref/pages.html? > context=PurchaseCommand.html#NewHeaderVars > > Try holding it in another field :) >>> >> On 05/11/2004, at 4:25 PM, Phil Herring wrote: >> >>> We upgraded today from Webstar 4.4 and webdna 4.0.2 (OS 9) to W* >>> 5.3.1 and >>> webdna 6 (OS X). >>> >>> So far everything is good except this: >>> >>> Our credit card gateway sends us authorization data as a URL; it is >>> often >>> very long, like 500+ characters. >>> >>> W* 5.1 and webdna 4.5 handled this fine. >>> >>> Now, after the upgrade, nothing is being parsed after 256 characters. >>> >>> A test using: >>> >>> [formvariables] >>> [name]=[value]
>>> [/formvariables] >>> >>> ...simply cuts off after character 256. However, all 525 characters >>> are in >>> my browser's address window. >>> >>> Anyone know of a pref setting or workaround to solve this? It was not >>> something we could test before the install so our store is currently >>> down... >>> >>> Thanks for your help! >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://webdna.smithmicro.com/ >>> >>> >> Regards >> >> Stuart Tremain >> idfk web developments >> 114a/40 yeo street neutral bay 2089 australia >> t +612 9908 2134 >> f +612 9908 4837 >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> > Regards > > Stuart Tremain > idfk web developments > 114a/40 yeo street neutral bay 2089 australia > t +612 9908 2134 > f +612 9908 4837 > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: 256 character limit in URL? Kinda urgent... ( Donovan Brooke 2004)
  2. Re: 256 character limit in URL? Kinda urgent... ( Phil Herring 2004)
  3. Re: 256 character limit in URL? Kinda urgent... ( Stuart Tremain 2004)
  4. Re: 256 character limit in URL? Kinda urgent... ( Stuart Tremain 2004)
  5. 256 character limit in URL? Kinda urgent... ( Phil Herring 2004)
This is the Bank of America eStores system, which works like the old authorize.net gateway, I believe. The checkout form is posted to the B of A server, where the card and address info are captured. Then the user is invisibly redirected back to our server with the authorization data in this massive URL. Here's an example: https://www.domain.com/process.tpl?m=SBA&IOC_merchant_order_id=&IOC_merchant _shopper_id=&IOC_shopper_id=TQ7L6R71DK4F8G5VEF3K84GRFG9R4556&IOC_response_co de=7&Ecom_transaction_complete=TRUE&IOC_pcard_response=N&Ecom_Payment_Card_V erification_RC=&IOC_missing_fields=&IOC_invalid_fields=(Ecom_Payment_Card_Nu mber,,%2AUnknown+Card+Type%280%29%2A+is+not+an+accepted+Credit+Card%2E++Plea se+use+a+different+credit+card+for+this+purchase%2E),(Ecom_Payment_Card_ExpD ate_Month,1,The+expiration+month%2Fyear+is+invalid%2E)&IOC_Invalid_Request=& IOC_reject_description=There+are+invalid+fields%2E&fno=400&cart=109962233432 155&requiredconfirm=T You can see the cart number near the end of the URL -- it is passed through B of A and back to us. Using the cart number we match the B of A auth data to the shopping cart and append the whole mess to our db's. What I can't figure is why this worked great in OS9/W*4/webdna4 for three years and now with OSX/W*5/webdna6 (I tried it in 4.5, too) it breaks. Looks like I'll have to go back and re-install the G3 tomorrow. Maybe I'll test it on a Commodore 64... > > If the authorisation data is being held in the comments field in the > orderfile/cart, the field is limited to 255 characters > > http://webdna.smithmicro.com/ref/pages.html? > context=PurchaseCommand.html#NewHeaderVars > > Try holding it in another field :) >>> >> On 05/11/2004, at 4:25 PM, Phil Herring wrote: >> >>> We upgraded today from Webstar 4.4 and webdna 4.0.2 (OS 9) to W* >>> 5.3.1 and >>> webdna 6 (OS X). >>> >>> So far everything is good except this: >>> >>> Our credit card gateway sends us authorization data as a URL; it is >>> often >>> very long, like 500+ characters. >>> >>> W* 5.1 and webdna 4.5 handled this fine. >>> >>> Now, after the upgrade, nothing is being parsed after 256 characters. >>> >>> A test using: >>> >>> [formvariables] >>> [name]=[value]
>>> [/formvariables] >>> >>> ...simply cuts off after character 256. However, all 525 characters >>> are in >>> my browser's address window. >>> >>> Anyone know of a pref setting or workaround to solve this? It was not >>> something we could test before the install so our store is currently >>> down... >>> >>> Thanks for your help! >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://webdna.smithmicro.com/ >>> >>> >> Regards >> >> Stuart Tremain >> idfk web developments >> 114a/40 yeo street neutral bay 2089 australia >> t +612 9908 2134 >> f +612 9908 4837 >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> > Regards > > Stuart Tremain > idfk web developments > 114a/40 yeo street neutral bay 2089 australia > t +612 9908 2134 > f +612 9908 4837 > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Phil Herring

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:

Summary layout (1997) WebCatalog for Postcards ? (1997) Searching for a Blank Field (2000) ThreadMem ignored? (1998) hideif [x]=1,2,3.. (2003) WebCatalog for Postcards ? (1997) WebCatalog 4.0.1 has been released! (2000) [searchString] (1997) $Quit, $CloseDatabase corrections (1997) Server Error Question (2004) Username for Admin Group (1997) Version f1 status (1997) This might sound silly... (2000) payflowpro problem #3 (2003) search form problem.. (1997) NetSplat and WebCat2 (1997) Bulletin Board needed (2007) Max Record length restated as maybe bug (1997) WebCat2b12 CGI Mac - [shownext] problem (1997) Email notification to one of multiple vendors ? (1997)