Quote Originally Posted by Norm View Post
I'm assuming that the HTML form is correctly sent by a browser and it gets a response. So if you look at what the browser sends to the server and compare that against what your program sends to the server, perhaps you'll see a difference.

You've only posted what your code sends. What does the browser send?
No, I posted both. Post #7 is captured from httpFox through the browser. The code is what I'm intending to send through the program in post #1.

It looks like it's sending the same POST data (aside from that middlewaretoken thing, although I did add that on as well, hardcoded). I'm also sending what I think are the necessary headers.

Thanks for the help