Hello all;

when i save my form data through chrome without fiddler i will get exception,when i open my fiddler and then i click on save button it works fine the data saved in db. so what is the issue with chrome when without fiddler my requst rejects by yhe weblogic server says
Exception:cannot parse post parameters of the request.
please help me.

do you know what fiddler is and what it does?
it's a proxy that provides information (headers) such as authentication headers.

if fiddler is not active and your browser is configured to have fiddler provide certain information along with the request, the process 'll look for information that isn't there.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.