|
Seems to me like there are two different issues working here. A
small set of code to demonstrate the use case you describe would be
helpful. GET and POST are methods to request data from a server. Traditionally, the former is done with url query strings and the later with form submissions; but you could be talking about some AJAX (JQuery, etc) transaction for all we know. Once the server responds to the request - with the data for your browser (be it html with a form - the value fields already provided, or a video stream, or whatever), the request method is mostly moot. Your client's lack of static resources in their pages (css, js, etc) sounds like a caching issue, either in the network (services like Cloudflare, for example), server or browser. We these files recently added or changed? Are they coming from a different server? Al On 7/24/2014 8:43 AM, John Moss wrote:
-- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. |
Re: [OpenBD] Loading a form using POST
'Alan Holden' via Open BlueDragon Thu, 24 Jul 2014 09:25:50 -0700
- [OpenBD] Loading a form using POST John Moss
- [OpenBD] Re: Loading a form using P... Marcus F
- Re: [OpenBD] Loading a form using P... 'Alan Holden' via Open BlueDragon
- [OpenBD] Re: Loading a form using P... John Moss
- RE: [OpenBD] Re: Loading a form... Halo Maps
- Re: [OpenBD] Re: Loading a ... 'Alan Holden' via Open BlueDragon
