Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Passing query string with server side include

807567Feb 21 2004 — edited Feb 25 2004
Hello,

I'd like to pass a query string as part of a server side include. I've done this using Apache in this fashion:

<!--#include virtual="/cgi/job.cgi?task=show&sort=${QUERY_STRING}"-->

That way I could use a URL like this:

http://foo.com/myjob.shtml?bydate

and the "bydate" argument would be passed to the embedded CGI.
Is there a way to do this using the SunONE web server?

Thanks in advance,
Bradley
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2004
Added on Feb 21 2004
1 comment
220 views