in reply to 500 Error
The 500 error occurs in the server side. Probably, when running in debug mode, you forgot to add some additional parameter to the request that is made to the server. Of course, the application that runs in the server looks like fails miserably without giving a better explain of that is happening.
Instead of running in debug mode, you may want to use Data::Dumper to checkout what your LWP script is doing.
|
|---|