TheObserver
Programmer
Hello. I have a unique situation that hopefully someone can help me solve.
I have a Perl script that needs to call out to a URL through a Netscaler/Proxy/Caching Mechanism to make the response from the call get seeded into the Netscaler/Proxy/Cache.
I've got LWP incorporated into my script to do the call. In one case I'm doing a POST call, and in another I'm doing a GET. In regard to the GET call, I send out the request and get the response and it is marked as PRIVATE.
My question is, is this there a LWP param/config setting that can be used to make these responses NOT private? Or is this most likely being set by the Netscaler/Proxy/Caching Mech?
Thanks for your time.
I have a Perl script that needs to call out to a URL through a Netscaler/Proxy/Caching Mechanism to make the response from the call get seeded into the Netscaler/Proxy/Cache.
I've got LWP incorporated into my script to do the call. In one case I'm doing a POST call, and in another I'm doing a GET. In regard to the GET call, I send out the request and get the response and it is marked as PRIVATE.
My question is, is this there a LWP param/config setting that can be used to make these responses NOT private? Or is this most likely being set by the Netscaler/Proxy/Caching Mech?
Thanks for your time.