Frequently
Asked
Questions


Poll

Which Web server are you using with Active FoxPro Pages?
 


Navigation

Active FoxPro Pages FAQ
AFP 2.x
AFP in general
First steps
News
Plugins
Resources
Samples
Votes
Web server
FAQuarium
Glossary
Plugins
Server
Sidebar
Site Navigation Bar
Top Articles


Your Location

Germany


Partner Sites

- Microsoft Community Guide -
- AFPBB Boost your Board -
- AFP-Community -
- MiDeK - Internet Publishing -
- VfpNetwork.Com -
- MSDN VFP -
- CoDe Magazine -
- Golo Haas -


Advertisement

Imprint

Microsoft CLIP member

 
  [115] AFP-Gotcha: Netscape 6 / Mozilla / Internet Explorer 6.0 SP1
Rate this page Print Office Email Discuss
2038 requests - last updated Sonntag, 04.01.2004
Netscape Version 6.0 uses the RFCs by the book und doesn't tolerate missing blanks or misspelling of expressions (upper and lower case). Please add the following lines in your application.prg (please in every subdirectory).
fox.cContentType="Content-Type: text/html"
fox.cHttpHeader="HTTP/1.0 200 OK"

Please note:
The HTTP header string can also be defined in the afpsetting.exe application. With Internet Explorer 6 SP1 Microsoft finally introduced strict RFC comformity. If your AFP documents aren't shown anymore you have to control the value of the HTTP header.

Additional it is to be mentioned that the AFP can return HTTP/1.1. Whether it is desired, is left to the user. It is in any case recommendable to use the following:

fox.cHttpHeader = "HTTP/1.1 200 OK"

Have fun, Willi

Note:

This article is only valid on version 2.4.6 or lower.

All text is available under the terms of the
GNU Free Documentation License.

User contributed notesAdd a note
Copyright © 2002-2005 AFP FAQ. All rights reserved. Please send any irritations on this Web site to our Webmaster. Validate HTML