brill. cheers Garry, but you didn't include the code for the custom tag warning.cfm (joke)
:) this reliance on http_referer is still worrying though, in terms of having a working application. I'll have to test it with nortons and see what happens I guess. > -----Original Message----- > From: Garry Mills [mailto:[EMAIL PROTECTED] > Sent: 04 March 2003 13:48 > To: '[EMAIL PROTECTED]' > Subject: RE: [ cf-dev ] Barclays epdq > > > <cf_warning oldcode=TRUE> > > <cfhttp > url="http://secure2.epdq.co.uk/cgi-bin/CcxBarclaysEpdqEncTool.e" > method="POST" resolveurl="true" > useragent="application/x-www-form-urlencoded"> > <cfoutput> > <cfhttpparam type="CGI" name="clientid" value="3"> > <cfhttpparam type="FORMFIELD" name="clientid" value="159"> > <cfhttpparam type="FORMFIELD" name="password" value="password"> > <cfhttpparam type="FORMFIELD" name="chargetype" value="Auth"> > <cfhttpparam type="FORMFIELD" name="currencycode" value="826"> > <cfhttpparam type="FORMFIELD" name="total" value="#form.price#"> > <cfhttpparam type="FORMFIELD" name="oid" value="#form.anewid#"> > </cfoutput> > </cfhttp> > > <FORM action="http://secure2.epdq.co.uk/cgi-bin/CcxBarclaysEpdq.e" > method="POST"> > <cfoutput> > #cfhttp.filecontent# > <INPUT type="hidden" name="returnurl" > value="http://www.xxxxxx.com/script.cfm?acid=#session.transid#"> > <input type="hidden" name="baddr1" value="#form.txtad1#"> > <input type="hidden" name="baddr2" value="#form.txtad2#"> > <input type="hidden" name="bcity" value="#form.txtcity#"> > <input type="hidden" name="bcountyprovince" value="#form.txtad3#"> > <input type="hidden" name="bpostalcode" value="#form.txtpostcode#"> > <input type="hidden" name="email" value="#form.txtemail#"> > <input type="hidden" name="cpi_textcolor" value="Red"> > <input type="hidden" name="cpi_logo" > value="https://www.xxxxx.com/securegraphic.gif"> > <!--- <INPUT TYPE="submit" VALUE="purchase"> ---> > </cfoutput> > </FORM> > > The client went tits-up unfortunatly so this is no longer > live code. HTH tho > > Garry > > > > -----Original Message----- > From: Rich Wild [mailto:[EMAIL PROTECTED] > Sent: 04 March 2003 13:24 > To: '[EMAIL PROTECTED]' > Subject: RE: [ cf-dev ] Barclays epdq > > > Cheers Garry, > > The documentation is contradicting itself. Its telling me > that we need to > install encryption modules on our server, but then the > example code clearly > shows it using aspTear (asp equiv of cfhttp) to grab > encryption data from > the epdq site. > > odd. > > and it can't be used with sites using https. > > and it depends on a valid http_referer being passed form your > site to it - > which from experience cannot be relied upon on the net as a) it can be > spoofed and b) some software (eg nortons) replaces http_referer with > http_weferer and encrypts it to stop webservers recording the referer. > > and whats the deal with Verified by Visa? > > bah. > > > > -----Original Message----- > > From: Garry Mills [mailto:[EMAIL PROTECTED] > > Sent: 04 March 2003 13:20 > > To: '[EMAIL PROTECTED]' > > Subject: RE: [ cf-dev ] Barclays epdq > > > > > > Yes, but it was a nightmare, mainly 'cos it was into a site > > that we hadn't > > originally built > > > > We ended up calling an ASP page which bounced back to a .cfm > > > > I'll rack my brains over lunch and try to remember what > > problems we had. > > > > Worldpay's a lot easier tho'..... > > > > If you want a logo on the payment page that has to be on a > > secure site as > > well, they won't (or didn't) host it for you > > > > Garry > > > > May still have some code kicking around if you want it > > > > -----Original Message----- > > From: Rich Wild [mailto:[EMAIL PROTECTED] > > Sent: 04 March 2003 13:09 > > To: '[EMAIL PROTECTED]' > > Subject: [ cf-dev ] Barclays epdq > > > > > > has anyone integrated barclays epdq with a CF built store > > yet? Is it easy? > > > > Are there any pointers or tips I should be aware of? Or is it > > as easy as > > worldpay/securetrading? > > > > ta. > > > > ------------------------------------------------------- > > Rich Wild > > Senior Web Developer > > > > ------------------------------------------------------- > > e-mango Tel: 01202 755 300 > > Gild House Fax: 01202 755 301 > > 74 Norwich Avenue West > > Bournemouth Mailto:[EMAIL PROTECTED] > > BH2 6AW, UK http://www.e-mango.com > > ------------------------------------------------------- > > This message may contain information which is legally > > privileged and/or confidential. If you are not the > > intended recipient, you are hereby notified that any > > unauthorised disclosure, copying, distribution or use > > of this information is strictly prohibited. Such > > notification notwithstanding, any comments, opinions, > > information or conclusions expressed in this message > > are those of the originator, not of e-mango.com ltd, > > unless otherwise explicitly and independently indicated > > by an authorised representative of e-mango.com ltd. > > ------------------------------------------------------- > > > > > > -- > > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
