|
-
Apr 8th, 2002, 05:24 PM
#1
Thread Starter
Frenzied Member
ASP RePOSTing
My question is, how can an ASP execute a POST to a specified URL in the same manner it can Redirect?
Why do I ask this (to help clarify if I'm not asking the question well enough)?
My client's product will POST to a paging provider's web site. It converts spaces in the URI to %20, but does not convert other special characters (double quotes). We've encountered a non-commercial, proprietary, in-house (read: annoying) paging provider that refuses messages that include double quotes.
I'm trying to write an ASP that will be a simple layer between our product and thier paging host. It will parse the string that would've been sent to thier host and convert double quotes to %22. But it must do a POST to their host.
I'm afraid that doing a Redirect with the URI as a query string with do a GET.
So, how can I do a POST?
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|