Well, there are lots of reasons why I’m not using ASP.NET. The reason
today, though, is that it seems to be impossible to post to an ASP.NET
website using a non-browser tool such as wget
or Python’s urllib
.
There’s a huge __VIEWSTATE
form variable, and links seem to call a
JavaScript function called __doPostBack()
. Of course, it requires
JavaScript to work. This is shit. Yes it is. Fortunately,
__doPostBack()
doesn’t do anything very complicated in the page I want
to manipulate. Sadly, though, I’ve tried POSTing what I think the output
of the form will be to the URL, and I get no love from it at all. Lots
of <H1>Bad Request</h1>
and the like. Has anyone dealt with this problem?
Why I’m not using ASP.NET
I'm currently available for hire, to help you plan, architect, and build new systems, and for technical writing
and articles. You can take a look at some projects I've worked on and
some of my writing. If you'd like to talk about your upcoming project,
do get in touch.