Re: Help Please WebDNA 6 Secure Forms Problem

This WebDNA talk-list message is from

2004


It keeps the original formatting.
numero = 57922
interpreted = N
texte = Hi, Thanks for that but if we change the file to .htm the expires format is the same and the page works, suggesting that it is the cache-control and pragma values that are upsetting it. Regards, Colin Colin Sidwell 01905 797383 ------------------------------- http://www.idealinternet.co.uk ------------------------------- > From: Donovan Brooke > Reply-To: (WebDNA Talk) > Date: Wed, 19 May 2004 10:49:42 -0500 > To: (WebDNA Talk) > Subject: Re: Help Please WebDNA 6 Secure Forms Problem > > Colin Sidwell wrote: > [snip] > > Hi Colin, I posted about this sometime back. It might have something > to do with webdna... but it is more to do with some browsers interpretation > to w3c standards regarding post method and expires... in a pure sense, one > is not supposed to resend post data when the page has expired. Some browsers > support that. Now here is where WebDNA *might* come into play... > > If you notice the expires values below.. the version 5 expires is different. > I don't know a whole lot about syntax but in the past, I've always set the > expires in the way of the the version 6 example. This could be why it is > "working" in version 5.. because it is not seeing a valid expiration date. > > The later is just a theory and I have done no tests regarding syntax. > > Anyway, check out what w3c says about this and then see if you can test > in different browsers to see if some browsers have trouble where some don't. > > Donovan > > > >> >> If we view the headers of both pages, the 6 version returns- >> >> HTTP/1.1 200 OK >> Date: Wed, 19 May 2004 13:13:57 GMT >> Server: Apache/2.0.49 (Unix) DAV/2 PHP/4.3.6 mod_ssl/2.0.49 OpenSSL/0.9.6i >> Content-type: text/html; charset=ISO-8859-1 >> Cache-control: no-store, no-cache, must-revalidate, max-age=0 >> Cache-control: post-check=0, pre-check=0 >> Pragma: no-cache >> Connection: Close >> MIME-Version: 1.0 >> Expires: Wed, 19 May 2004 13:13:57 GMT >> Content-Length: 2942 >> >> On version 5 it returns- >> >> HTTP/1.1 200 OK >> Date: Wed, 19 May 2004 13:16:23 GMT >> Server: Apache/2.0.47 (iTools 7/Mac OS X) DAV/2 PHP/4.3.2 mod_ssl/2.0.47 Ope >> nSSL/0.9.6i >> Content-type: text/html; charset=ISO-8859-1 >> Connection: Close >> MIME-Version: 1.0 >> Last-Modified: Wed May 19 13:16:23 2004 GMT >> Expires: Wed May 19 13:16:23 2004 GMT >> Content-Length: 2942 >> >> If we change the form to a plain .htm document (not parsed by WebDNA) the >> form works on version 6 and there are no Cache-control or Pragma values in >> the header. >> >> The same applies if we make it a .php document. >> >> Is there any way to stop WebDNA sending the cache-control or pragma in the >> headers? >> >> We have tried setting the headers in WebDNA but it just adds extra ones. >> >> Has anyone else had a similar problem? >> >> Regards, >> >> Colin >> >> Colin Sidwell 01905 797383 > > > -- > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > DONOVAN D. BROOKE Eucalyptus Design > <-Web Development (specializing in eCommerce), -> > <-Graphic Design, and Pre-Press Consultation -> > > ADDRESS:> Donovan Brooke > DBA Eucalyptus Design > N2862 Summerville Park Rd. > Lodi, WI 53555 > PH:> 1.608.592.3567 > Web:> http://www.euca.us > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > > > ------------------------------------------------------------- > 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: Help Please WebDNA 6 Secure Forms Problem ( Kenneth Grome 2004)
  2. Re: Help Please WebDNA 6 Secure Forms Problem ( "Scott Anderson" 2004)
  3. Re: Help Please WebDNA 6 Secure Forms Problem ( Stuart Tremain 2004)
  4. Re: Help Please WebDNA 6 Secure Forms Problem ( Rob Marquardt 2004)
  5. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  6. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  7. Re: Help Please WebDNA 6 Secure Forms Problem ( "Scott Anderson" 2004)
  8. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  9. Re: Help Please WebDNA 6 Secure Forms Problem ( John Peacock 2004)
  10. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  11. Re: Help Please WebDNA 6 Secure Forms Problem ( Donovan Brooke 2004)
  12. Re: Help Please WebDNA 6 Secure Forms Problem ( Donovan Brooke 2004)
  13. Re: Help Please WebDNA 6 Secure Forms Problem ( John Peacock 2004)
  14. Re: Help Please WebDNA 6 Secure Forms Problem ( John Peacock 2004)
  15. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  16. Re: Help Please WebDNA 6 Secure Forms Problem ( Donovan Brooke 2004)
  17. Re: Help Please WebDNA 6 Secure Forms Problem ( Rob Marquardt 2004)
  18. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  19. Re: Help Please WebDNA 6 Secure Forms Problem ( John Peacock 2004)
  20. Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
Hi, Thanks for that but if we change the file to .htm the expires format is the same and the page works, suggesting that it is the cache-control and pragma values that are upsetting it. Regards, Colin Colin Sidwell 01905 797383 ------------------------------- http://www.idealinternet.co.uk ------------------------------- > From: Donovan Brooke > Reply-To: (WebDNA Talk) > Date: Wed, 19 May 2004 10:49:42 -0500 > To: (WebDNA Talk) > Subject: Re: Help Please WebDNA 6 Secure Forms Problem > > Colin Sidwell wrote: > [snip] > > Hi Colin, I posted about this sometime back. It might have something > to do with webdna... but it is more to do with some browsers interpretation > to w3c standards regarding post method and expires... in a pure sense, one > is not supposed to resend post data when the page has expired. Some browsers > support that. Now here is where WebDNA *might* come into play... > > If you notice the expires values below.. the version 5 expires is different. > I don't know a whole lot about syntax but in the past, I've always set the > expires in the way of the the version 6 example. This could be why it is > "working" in version 5.. because it is not seeing a valid expiration date. > > The later is just a theory and I have done no tests regarding syntax. > > Anyway, check out what w3c says about this and then see if you can test > in different browsers to see if some browsers have trouble where some don't. > > Donovan > > > >> >> If we view the headers of both pages, the 6 version returns- >> >> HTTP/1.1 200 OK >> Date: Wed, 19 May 2004 13:13:57 GMT >> Server: Apache/2.0.49 (Unix) DAV/2 PHP/4.3.6 mod_ssl/2.0.49 OpenSSL/0.9.6i >> Content-type: text/html; charset=ISO-8859-1 >> Cache-control: no-store, no-cache, must-revalidate, max-age=0 >> Cache-control: post-check=0, pre-check=0 >> Pragma: no-cache >> Connection: Close >> MIME-Version: 1.0 >> Expires: Wed, 19 May 2004 13:13:57 GMT >> Content-Length: 2942 >> >> On version 5 it returns- >> >> HTTP/1.1 200 OK >> Date: Wed, 19 May 2004 13:16:23 GMT >> Server: Apache/2.0.47 (iTools 7/Mac OS X) DAV/2 PHP/4.3.2 mod_ssl/2.0.47 Ope >> nSSL/0.9.6i >> Content-type: text/html; charset=ISO-8859-1 >> Connection: Close >> MIME-Version: 1.0 >> Last-Modified: Wed May 19 13:16:23 2004 GMT >> Expires: Wed May 19 13:16:23 2004 GMT >> Content-Length: 2942 >> >> If we change the form to a plain .htm document (not parsed by WebDNA) the >> form works on version 6 and there are no Cache-control or Pragma values in >> the header. >> >> The same applies if we make it a .php document. >> >> Is there any way to stop WebDNA sending the cache-control or pragma in the >> headers? >> >> We have tried setting the headers in WebDNA but it just adds extra ones. >> >> Has anyone else had a similar problem? >> >> Regards, >> >> Colin >> >> Colin Sidwell 01905 797383 > > > -- > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > DONOVAN D. BROOKE Eucalyptus Design > <-Web Development (specializing in eCommerce), -> > <-Graphic Design, and Pre-Press Consultation -> > > ADDRESS:> Donovan Brooke > DBA Eucalyptus Design > N2862 Summerville Park Rd. > Lodi, WI 53555 > PH:> 1.608.592.3567 > Web:> http://www.euca.us > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > > > ------------------------------------------------------------- > 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/ Colin Sidwell

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:

Webdna sends your serial number on Internet (2003) New 4.5 installer (2002) [WebDNA] Stuck with installing Webdna 8.5 (2017) Email and name capture (1999) Random Command (1997) Quit revisited (1997) virtual domain service (1997) [WebDNA] FastCGI running more than one process! (2013) Group search doesn't work. (1997) ShoppingCart removal (2002) Progress !! WAS: Trouble with formula.db (1997) Variables (1999) GuestBook example (1997) UPDATE PROBLEM (1997) Webcatalog error, Plug-in for Webstar (1996) How To question on setting up downloads (1997) Emailer Set Up (1997) [WebDNA] Ajax, JS and WebDNA - A joint toturial ;-) (2010) [Sum] function? (1997) shoppingcart reload qty (1997)