Sending requests
Does Apidog support Socket.IO?
Yes, Apidog does support Socket.IO!
Socket.IO support is available in Apidog version 2.7.0 or higher.
Apidog offers comprehensive Socket.IO testin...
Why is the "+" in the parameter value decoded as a space?
In URL encoding rules, within form data, the space character (' ') needs to be encoded as a '+' sign, because using spaces directly in...
How to send a request in Apidog?
In Apidog, to send a request, you only need to click '+' - 'New Request'
You can fill in the necessary parts of the request according...
How to send a graphQL request in Apidog?
GraphQL is a query language for endpoints and a server-side runtime for executing queries using a type system you define for your data. GraphQL is not...
How to send a gRPC request in Apidog?
gRPC is an efficient, fast, and reliable Remote Procedure Call (RPC) framework widely used in various scenarios. In microservices architecture, Apidog...
How to send a SOAP/WebService request in Apidog?
Web services often utilize the Simple Object Access Protocol (SOAP). SOAP is an XML-based communication protocol that enables seamless interaction bet...
How to send a WebSocket request in Apidog?
WebSocket is an API technology that enables full-duplex communication over a single TCP connection. Compared to traditional HTTP requests, WebSocket o...
Does Apidog support pre-request/test scripts and assertions in WebSocket APIs?
Not currently, but this feature will be evaluated for future iterations.
How to send a SSE request in Apidog?
SSE is a real-time communication technology built upon the HTTP protocol. It enables a persistent, unidirectional connection between the client and se...
How to add default headers at the folder level?
Apidog doesn't directly support adding headers in folder settings.
However, you can achieve this using pre-request scripts at the folder setting....
Does Apidog support pre-request/test scripts and assertions in gRPC APIs?
Not yet. It will be supported in the future.
Why am I getting a "socket hang up" error when sending a request?
A "socket hang up" error indicates a broken connection. Apidog isn't receiving any response or is receiving an incomplete response.
Thi...
ELANREFUSED.DNS Resolver Error
What does the "ELANREFUSED.DNS Resolver Error" mean?
This error means the system couldn’t resolve a domain name (e.g., example.com) into an ...