are they written to the request body here while they should be written beside the url?
...
//Send request
DataOutputStream wr = new DataOutputStream (
connection.getOutputStream());
wr.writeBytes(urlParameters);
wr.close();
...
Please format the code you posted, by wrapping it in triple backticks. -> `
Обсуждают сегодня