← Back to team overview

mudlet-makers team mailing list archive

[Bug 1458723] Re: Mudlet cannot send POST requests

 

Migrating issues to Github, please follow the new discussion here:
https://github.com/Mudlet/Mudlet/issues/782

This issue needs to be closed and there is no appropriate status, so
will set it to "Opinion" just for migration purposes.

** Bug watch added: github.com/Mudlet/Mudlet/issues #782
   https://github.com/Mudlet/Mudlet/issues/782

** Changed in: mudlet
       Status: New => Opinion

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1458723

Title:
  Mudlet cannot send POST requests

Status in Mudlet:
  Opinion

Bug description:
  Copied by request of SlySven from
  http://forums.mudlet.org/viewtopic.php?f=7&t=4795

  I found myself looking at the pastebin API earlier and realized
  currently Mudlet doesn't seem to support sending POST requests to
  servers. From what I'm seeing from the first result of a cursory
  search (https://stackoverflow.com/questions/12487620/correct-format-
  for-http-post-using-qnetworkrequest#12487795), this could be
  incorporated easily by adding an optional argument to downloadFile.
  The pastebin API in particular specifically requires UTF-8 encoding as
  well, which I'm not entirely sure if is an issue currently or not.
  Assuming there isn't a reason this is particularly difficult or
  undesirable, it should be a quick modification in the same code block
  as the user-agent fix
  (https://bugs.launchpad.net/mudlet/+bug/1366781).

  I'm not honestly sure how many other purposes this would actually
  benefit, but I assume there are other relevant APIs requiring POST
  rather than GET as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1458723/+subscriptions


References