Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to mention the complete URL of the php file to call GET/POST request? #16

Open
romuye123 opened this issue Jun 30, 2016 · 0 comments

Comments

@romuye123
Copy link

Following is my code, It fails always.

RestClient client = RestClient("http://abc.com"); int statusCode = client.get("/xyz/register.php", &response); Serial.print("Status code from server: "); Serial.println(statusCode); Serial.print("Response body from server: "); Serial.println(response);

Status code from server: 0 Response body from server:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants