Sometimes post request getting changed to get

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ranju
    New Member
    • Jun 2014
    • 1

    Sometimes post request getting changed to get

    Hello Everyone,

    I have a servlet whose post method is getting called from a java application.Thi s application and servelt when are hosted in linux environment,are working fine
    Now we plan to move this application as well as servlet to windows server where we are getting an issue.Sometimes the post request from the application is getting converted to get.
    This happens when the application is started for the first time or when we try to use the app after say 15 or 20 minutes idle time

    we are using tomcat server for hosting application as well as servlet.
    please help.
  • invention
    New Member
    • Jun 2014
    • 10

    #2
    Is there any logic in your code to send post or get request?
    The big endian/little endian ness may be playing spoilsport.

    Comment

    Working...