Chat freely about anything...

User avatar
By villTech
#2141 you are sending only 5 characters, not 8.

AT+CIPSTART="TCP","www.mbozkurt.com",80

OK
Linked
AT+CIPSEND=5
> GET
GET
SEND OK

+IPD,956:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<title>Bu Sayfa Natro Web Hosting Tarafından Otomatik Olarak Uretilmiştir.</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Language" content="en">
<link rel="stylesheet" type="text/css" href="css/winxp.blue.css">
</head>

<body>

<div class="screenLayout">
<div class="headerContainer">
<div class="pageHeader">
<div>
<a target="_blank" title="Natro Web Hosting" class="topLogo" href="http://www.natro.com/">
<img src="img/common/logo.gif" name="logo" height="50" border="0" width="210" title="Natro Web Hosting"></a>
<div id="topTxtBlock">
</div>
</div>
</div>
</div>
<div class="contentLayout">
<div class="contentContainer" >
<div class="pageContent">
<div class="mainPageBanner">
<p class="welcomeText">BU WEB
OK

+IPD,349:SÄ°TESÄ° NATRO HOSTÄ°NG<br>
TARAFINDAN HOST EDÄ°LMEKTEDÄ°R. </p>
</div>
<div id="NFcontent">
</div>
</div>
</div>
</div>
<div class="footerContainer" id="footerContainer" >
<div class="footDescription">
</div>
<div class="poweredBy">
</div>
<div class="poweredBy">
</div>
</div>
</div>

</body>

</html>

OK

OK
Unlink
User avatar
By alonewolfx2
#2146 i tried this and i have right response. i am using coolterm. raw mode and cr+lf line encoding. can i send 1 command for same response?

Code: Select allAT+CIPSTART=3,"TCP","www.mbozkurt.com",80
OK
Linked

AT+CIPSEND=3,62 (i am pressing enter) > GET /prgistatistik/ip.php HTTP/1.1(i am pressing enter)
Host: www.mbozkurt.com(i am pressing enter)
(i am pressing enter)

 SEND OK

+IPD,3,171:HTTP/1.1 200 OK
Date: Sun, 02 Nov 2014 10:50:55 GMT
Server: Apache
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html

d
xx.xxx.xxx.xx
0


OK

OK
Unlink
User avatar
By sej7278
#2180 yeah i find that i never get anything back from a webserver too. my server logs report a 408 error - i.e. timeout waiting for client to send data. so the esp is connecting, but its never sending the GET request.
User avatar
By alonewolfx2
#2209
sej7278 wrote:yeah i find that i never get anything back from a webserver too. my server logs report a 408 error - i.e. timeout waiting for client to send data. so the esp is connecting, but its never sending the GET request.

i think your web request not complete. can you try connect my website with my wroted code?
Code: Select allAT+CIPSTART=3,"TCP","www.mbozkurt.com",80
OK
Linked

AT+CIPSEND=3,62 (i am pressing enter) > GET /prgistatistik/ip.php HTTP/1.1(i am pressing enter)
Host: www.mbozkurt.com(i am pressing enter)
(i am pressing enter)

 SEND OK

+IPD,3,171:HTTP/1.1 200 OK
Date: Sun, 02 Nov 2014 10:50:55 GMT
Server: Apache
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html

d
xx.xxx.xxx.xx
0


OK

OK
Unlink