Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
chvs2002
chvs2002's Profile
1
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
How make URLencode?
[3 Replies]
30-Jul-2012 07:04 PM
Forum:
Core Library Questions
I'm using Processing.net to get data in a server:
import processing.net.*;
import processing.serial.*;
Client c;
String data;
...
But i need pass some parameters in the URL...
String vUrl=addr+ vParam;
println(vUrl); // result .../gettemp.asp?temperatura=24
&data=30/7/2012 22:53:59
c.write("GET "+ vUrl + " HTTP/1.1\r\n");
c.write("Host: "+domain+"\r\n");
...
I get 404 ERROR IN SERVER (not found)
I need encode the URL
, but how can i do this in Processing?
«Prev
Next »
Moderate user : chvs2002
Forum