URL Exec Step

The internal execution step of the failed URL call will have a value assigned as the “URL Exec Step.” This value reflects the internal processing state of the URL call, captured at the point in time when the error has occurred.

Possible states are:

Internal Processing State of URL Call

Value

Meaning

Internal Processing State of URL Call

Value

Meaning

No Step / Not Initialized

1

The URL call had not yet started

DNSResolve

10

The URL call failed during the DNS resolve

Open Network Connection to Proxy

0

The URL call failed during the opening of a network connection to an outbound proxy server.

Open Network Connection

1

The URL call failed during the opening of a network connection to the webserver.

SSL/TLS Handshake

11

The URL call failed during the SSL/TLS Handshake

Transmit HTTP Request

2

The URL call failed during the transmission of the HTTP request data.

Wait for Server Response

3

The URL call failed while waiting for the first byte of the HTTP response data from the webserver.

Receive HTTP Header

4

The URL call failed while receiving the HTTP response header from the webserver.

Receive Content

5

The URL call failed while receiving the HTTP response content from the webserver (HTML data, images, …)

Close Network Connection

6

The URL call failed while closing the network connection to the webserver.

All Done

7

The URL call itself completed successfully (all data transmitted and received), but the received HTTP status code was incorrect, or the received MIME type (text/html, image/gif, …) was incorrect, or an error was detected inside the received content data.

 

Can't find what you're looking for? Send an E-mail to support@apica.io