• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to set HTTP version to 0.9 on the HTTP response

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a HTTP Servlet deployed on Websphere 5.1 and the HTTP version is 1.0

The client is a Redwood IVR system that uses HTTP/0.9. It is having difficulties reading the response fro the Servlet due to the version conflict.

Is it possible to send the response in HTTP/0.9?

Your help is very much appreciated.

Thank you
Ravi K.
reply
    Bookmark Topic Watch Topic
  • New Topic