Viewing precisely what is sent on a Request - WeOnlyDo Discussion board

Viewing precisely what is sent on a Request (wodHttpDLX)

by Thomas McQueen, Wednesday, March 05, 2008, 23:42 (5902 days ago)

Is there any way to catch exactly what is sent on a Get or Post command.

I've tried using Request.body, .Headers, and .Cookies, but am uncertain if that is exactly what is being sent.

Re: Viewing precisely what is sent on a Request

by wodDamir, Thursday, March 06, 2008, 00:10 (5902 days ago) @ Thomas McQueen

Hi Thomas,

You can use wodHttpDLX's DebugFile property to see everything sent and received by wodHttpDLX. This is a hidden property so it won't show as you type by intellisense, but it's there.

Please note, that this property is used in debugging purposes, so you should avoid using it in real applications since it's size could get heavy on the size.

Can you check it out? Is that what you had in mind?

Regards,
Damba

Re: Viewing precisely what is sent on a Request

by Thomas, Thursday, March 06, 2008, 16:41 (5901 days ago) @ wodDamir

Hi Thomas,

You can use wodHttpDLX's DebugFile property to see everything sent and received by wodHttpDLX. This is a hidden property so it won't show as you type by intellisense, but it's there.

Please note, that this property is used in debugging purposes, so you should avoid using it in real applications since it's size could get heavy on the size.

Can you check it out? Is that what you had in mind?

Regards,
Damba

You are a god!