HTTP-Requests-for-Processing icon indicating copy to clipboard operation
HTTP-Requests-for-Processing copied to clipboard

Results 20 HTTP-Requests-for-Processing issues
Sort by recently updated
recently updated
newest added

Dear, I would like to know how I could insert a variable of the integer type to receive the response code of the request that was made. I thank the...

**Installed dependencies** Processing 3.5.4 HTTP-Requests-for-Processing: 0.1.5 Android Mode: 4.2.1 **Code** ```java import http.requests.*; public void setup() { size(400, 400); GetRequest get = new GetRequest("https://ipinfo.io/json"); get.send(); // d program will wait...

I’m using Processing 3.5.4 on Windows 10. I’ve created a script using HTTP Requests library. Everything works fine. Now I’m trying to run the script on my Android phone with...

I have to send UTF-8 strings via Json (e.g., for Umlauts) and need the encoding in the StringEntity! (1) Maybe this also has to be applied to PutRequest (2) Maybe...

Hi, I'm trying to implement a file sender for a Telegram BOT, working around with addFile. The request needs to be made with _multipart/form-data_ as Content-Type and structure. Is there...

Hello, the problem appears as I try to use GET from the popout chat of a live YouTube video: > Reponse Content: html,body,#page,#content-container{width:100%;height:100%;margin:0;padding:0}body{background-color:#fff;color:hsl(0,0%,6.7%);font-family:Roboto,Arial,sans-serif}a{color:hsl(0,0%,20%);font-size:20px}#content-container{position:relative}#content{position:absolute;top:50%;left:0;right:0;transform:translate(0,-50%);text-align:center}h1{font-size:48px}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf)format('truetype');}if (document.fonts && document.fonts.load) {document.fonts.load("400 10pt Roboto", "P");...

@runemadsen I think this is something I don't have permission for?

It may just be that I am stupid and maybe missed something, but I've run into a problem with the addFile command. It requires a File datatype, but I am...

Hello I'm trying to use a json's post but the addData function doesn't understand json to compose the request, I tried the example that is available, but an error appears...