Handling POST requests

Discussion in 'ASP.NET / ASP.NET Core' started by Dave2909, Dec 12, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Thanks,


    I think that's one of the best examples of the client side of a POST that I've seen. However, my problem is in the server end of the POST, and I haven't been able to find diddly for examples in that direction. Any suggestions?


    -Dave
     
  2. Hello,

    I'm trying to set up an ASP.NET .aspx page that accepts POST requests rather than GET. (requests coming from a mobile Java platform) Is there anything in particular I need to do on the .net side to enable this? I'd always assumed that most postbacks are POSTs anyway, but the client is getting nothing but 405 errors back as-is.

    Thanks,

    Dave
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page