
Blogs
Blogs
Matching:
headers
X

Display: |
Revalidating Cache Entries
msiebler
Tags:
cache
headers
revalidating
http
datapower
appliance
header
expired
appliances
9,338 Views
DataPower caches will re-validate an expired cache entry before returning the data. This usually consists of an HTTP(S) HEAD request to the origin server. While debugging a client's issue I found an interesting wrinkle about these requests: the...
Modified on by SteveWebb
|
|
WebSphere DataPower firmware release 6.0.1 now available
Websphere DataPower firmware 6.0.1 is available for download: http://www-01.ibm.com/support/docview.wss?uid=swg21659645 This is the first firmware not running on 9235 model appliances (9004) anymore. It has many new features, just because I am a compiler guy,...
from Blog: HermannSW
Modified on by HermannSW
|
|
coproc2.java v1.2
I just posted new coproc2.java v1.2 on developerWorks DataPower Forum: https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14622161#14622179 New features are: process XML data from standard input output of HTTP response code optional output of...
from Blog: HermannSW
|
|
View HTTP Request Headers
If you've ever wanted to know what kind of HTTP Request headers might be coming from a client or some intermediate proxy, here's a simple JSP you can manually deploy to your JEE Web Application to see a list. <html> <head><title>Show HTTP...
from Blog: Dougclectica
|