Hi Ihutee.
30048 is fired after wodHttpDLX receives more than 15 redirections by the server, so it doesn't end up in infinite loop.
Question is why are you receiving so many redirections by the server? My guess is that you're not sending some cookie, so he asks you again to post some data.
Can you set wodHttp1.DebugFile = "some_file_on_disk" and wodHttpDLX will dump all data to it, so you can inspect what's happening and why it asks for redirection?
Regards,
Jasmine.