Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to XMLHTTP a client XML string to server ASP
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
How to XMLHTTP a client XML string to server ASP
Miscellaneous
Thread ID:
01066797
Message ID:
01066797
Views:
66
I am working on a messaging system. At some point I will move it to a DB of some kind, but right now I am using an "INBOX" for my database.

With Greg Riechert's help I was able to ween-off (sadly) my really fancy client side SMTP (a SendSMTPEmail hybrid - thanks) service.

So I moved to an XMLHTTP type service that forwards user info to an ASP on my server. The ASP then [re]directs that info to my inbox and the user's inbox using server side CDO.

But, the information I can pass is limited by the maximum URL string size. I have read that I might be able to increase the amount of data the client XMLHTTP can forward to my ASP if an XML was used instead of a URL parameter.

One XMLHTTP feature I have looked at is setRequestHeader. My understanding is that I can use it to designate an XML string (file?) and then embed the XML string in the XMLHTTP "send" method.

I would be very interested in any advice or links that will help me do this from VFP.

Thanx!
Imagination is more important than knowledge
Next
Reply
Map
View

Click here to load this message in the networking platform