Tecnologia do Blogger.
RSS

Re: [androidbrasil-dev] HttpUrlConnection erro 307

Caio agradeço a ajuda, acredito que não seja o serve, porque o app era em xamarim estava funcionando normalmente, com o ios esta funcionando, acho que meu problema deve ser um grande besteira que ainda não encontrei sabe algum item que preciso rss.

Agradeço novamente.

Em 23 de outubro de 2015 09:53, Caio Bedeschi <caiobedeschi@gmail.com> escreveu:
Opa, beleza?
De qualquer forma seria legal você enviar a parte do servidor pra checar.
Mas só algumas dúvidas:

Onde você seta o json que está enviando?
Teste passar o parâmetro do Content-Type sem o "Content-Type:", ou seja:

conn.addRequestProperty("Content-Type", "application/json");
não creio que isso seja o problema, mas só por via das dúvidas mesmo.

Bom, se puder enviar a parte do servidor ajuda a ver melhor.



2015-10-22 16:47 GMT-02:00 wesley lima da silva <fioalpha@gmail.com>:
Boa tarde,

estou tentando conectando ao servidor wcf, como o metodo httpUrlConnection, ele esta voltando um erro 307, ja tentei usar Volley  e OKHttp e o erro é o mesmos, sei que o problema nao esta no servidor.

URL url = new URL(url);


conn = (HttpURLConnection) url.openConnection();
conn.setRequestMethod("POST");
conn.addRequestProperty("Content-Type", "Content-Type:application/json");
HttpURLConnection.setFollowRedirects(true);
conn.setFollowRedirects(true);
conn.setInstanceFollowRedirects(true);

conn.setDoOutput(true);

String str = meu login;

byte[] b = str.getBytes("UTF-8");
OutputStream out = conn.getOutputStream();
out.write(b);
out.close();

conn.connect();
int response = conn.getResponseCode();
Log.d("TESTE", "resposta " + response);

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Caio Sérgio Bedeschi D'Almeida

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comentários:

Postar um comentário