The web developers helper program to create and test custom HTTP requests.
Questions tagged [advanced-rest-client]
74 questions
1
vote
0 answers
Formatting Python Requests according to the following headers
I am trying to use Python Requests library to POST a zipped file as multipart/form-data. I have currently used the Chrome Extension Advanced REST Client that is able to upload the file without a problem. However, I face difficulties while trying to…

ashishbaghudana
- 389
- 2
- 4
- 13
0
votes
1 answer
is it possible to automatically repeat a request every 3 sec in advanced-rest client
I'm trying to repeat my POST request every 3 sec. Anybody an idea how I can do this in advanced-rest client? I can't find it on internet.

ArjanG
- 19
- 5
0
votes
0 answers
not able to set POST parameter in PHP api
I am building an android app with api coded in PHP. I am trying to send POST values from my app, but none of the values are being set. I also tried with other REST client apps with setting appropriate parameters, but it is neither working for them…

Ashish Joshi
- 15
- 7
0
votes
0 answers
Response object is empty and undefined
const express = require("express");
const app = express();
const oracle = require("oracledb");
const bodyParser = require("body-parser");
const urlEncodedBodyParser = bodyParser.urlencoded({ extended: true…

stranger
- 29
- 1
- 1
- 5
0
votes
1 answer
I am getting an error when trying to test my login using ARC. I'm using NodeJS, Express, JWT and AtlasMongoDB
I'm trying to implement a login system using Nodejs, Express, JWT and MongoDB Atlas. The users are entered manually in the "data.js" file and are being shown in MongoDB Atlas but when I try to authenticate using the Advanced REST client (ARC) I'm…

Metjuw
- 3
- 5
0
votes
0 answers
Java: Getting Error: read ECONNRESET when HTTPD says 200 Ok and code successfully executed till end
A Heavy Request comes to application; deployed in my wildfly server; via HTTPD.
It takes 5 minutes to process 800 Records in request. (Application calls 2 servers using Multithreading and concatenate results and send back)
Application run till…

fatherazrael
- 5,511
- 16
- 71
- 155
0
votes
1 answer
Using ARC'ss Authorization editor
I'm using the advanced REST client and wan't to create a request with a Java Web Token.
Hence i used the authorization editor and selected "Bearer" and inserted my token into the respective field.
I assumed that the Authorisation Editor automacially…

HydeNor
- 78
- 4
0
votes
1 answer
Is the global request timeout broken in 16.0.0?
I’ve set the global request timeout under Preferences (Mac) to 10 seconds. I’ve also made sure that per-request configuration is disabled for my request. However, ARC seems to wait indefinitely for a response seemingly disregarding the 10 second…

jimg
- 1
0
votes
1 answer
How to send array in advanced-rest-client and get it in node js app
I test many things but I not arrive achieve this I arrive to send the array to backend but I not arrive to use it because i get string array this is a array
online_products [
{
"name":"AMPICILLINE TM 20 mg Gel",
"code":"74647293"
…

MOUTAIROU Bastou Abdel
- 139
- 1
- 1
- 7
0
votes
0 answers
Advanced Rest Client saved requests / history missing
I have Advanced Rest Client plug-in installed and am running macOS Mojave.
My machine had re-started and now all of my history / saved projects in ARC is now missing.
How can I get it back?
Chrome Version 81.0.4044.129 (Official Build) (64-bit)
0
votes
1 answer
Andvanced REST Client ignores a custom Host header
I am testing my proxy that simply sends a client's request to a proxied server and returns a response back. The current realization requires that the client must send the fully prepared valid request to the proxy (the Host header value must match…

ghostinecatnewyear
- 293
- 3
- 11
0
votes
0 answers
Test Web API using Advance Rest Client(GET) when Parameter type is Class
I want to Call API method(GET Request)
GetInfo(Request request),
This Request class has 2 parameters,
public class Request
{
public int MachineId;
public int PackageId;
}
I know if i have Parameters of type int/string in…

Sunny Austin
- 11
- 4
0
votes
1 answer
Advanced-rest-client: How can I increase the request timeout while using the advanced-rest-client?
I am calling a rest controller on my localhost, passing in bunch of request headers. The call is made fine but due to processing timeout the advanced-rest-client timesout and doesn't show the result from the server. how can i increase the timeout so…

Sam K
- 11
- 1
- 4
0
votes
1 answer
how to send data message to user segment From Rest API
I'm using Advanced REST API to send data message for push notification.
In firebase console i can select user segment
as "Version","language",Country" etc..But how to select user segment for
Data message sent from REST API?
Or is their any other…

Pradeep
- 11
- 5
0
votes
1 answer
Does advanced rest client support client ssl certificates?
Need to test an ssl api that requires a client cert. Is there a way to do that with advanced rest client ?

rwhit
- 89
- 4