I can assure you that I don't intend to cheat on any MMORPG games with the following question
I need to fill in a form on another server which only allows posts from that server. I only found this out after I'd written a FakeForm class. I wasn't happy about this
So. I either need a way to alter the header of my HttpRequest to make it believe that I'm submitting from that server or I need a way to actually physically fill in the form (without having to hack IE - I mean get a copy of the page live in memory, fill it in and hit the page's Submit button).
This is a really tricky one for me. The people I'm working with (and who own the other site) are completly useless. They could easily expose this service as a WebService but don't - their code is horrendous and doesn't pass company code validity policy. So I have to interop.
Come on folks, I know some of you must cheat at Planetarion
C# please
Yet another unchecked rambling brought to you by:
Oddball
I need to fill in a form on another server which only allows posts from that server. I only found this out after I'd written a FakeForm class. I wasn't happy about this
So. I either need a way to alter the header of my HttpRequest to make it believe that I'm submitting from that server or I need a way to actually physically fill in the form (without having to hack IE - I mean get a copy of the page live in memory, fill it in and hit the page's Submit button).
This is a really tricky one for me. The people I'm working with (and who own the other site) are completly useless. They could easily expose this service as a WebService but don't - their code is horrendous and doesn't pass company code validity policy. So I have to interop.
Come on folks, I know some of you must cheat at Planetarion
C# please
Yet another unchecked rambling brought to you by:
Oddball