David, I'm not very familiar with IIS7 but POST data should live in the http request header, not in the url. When you say the scope isn't populated are you talking about the form scope, right? Could you provide some more details about what you are trying to do with post data?
Sounds interesting :D David Henry David McGuigan wrote: > Using IIS7 to pass fake URLs throught to ColdFusion for parsing. > > Ex: http://www.whatev.com/benForta/favoriteFoods/ > > Note: There is no benForta nor favoriteFoods directory. > > The URL scope works perfectly but when I submit a form using POST the > scope isn't populated. > > CGI.CONTENT_TYPE knows it's a application/x-www-form-urlencoded > request, but I can't get to those variables. > > Is there some lower-level way to access the POST data ( I'm assuming > URL and FORM just parse from some HTTP handover collection or string )?? > > Thanks! > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
