+1 438 304 6538 contact@magraf.fr
WPGetAPI, Debug Mode - Plugin Version 2.2.10

Below you will find debug info for the current API call. To turn this off, set debug to false in your shortcode or template tag.
Connecting to API's can be tricky - if you require help, please see the Documentation.

Full URL

The full URL that is being called.

https://api.magraf.fr:8443/MGUsers/dh/list
Data Output

The resulting output that has been returned from the API.

{"errors":{"http_request_failed":["cURL error 7: Failed to connect to api.magraf.fr port 8443: Connection refused"]},"error_data":[]}
Query String

The query string parameters (if any) that you have set within the endpoint settings.

Array
(
)
Headers

The header parameters (if any) that you have set within the endpoint settings.

Array
(
)
Body

The body parameters (if any) that you have set within the endpoint settings.

userId=654bede210655b5cd0bc19cb
Final Request Arguments

The final request arguments sent in the API request. Includes headers and body arguments.

Array
(
    [timeout] => 10
    [sslverify] => 1
    [redirection] => 5
    [blocking] => 1
    [cookies] => Array
        (
        )

    [headers] => Array
        (
        )

    [body] => userId=654bede210655b5cd0bc19cb
)
Arguments

The arguments set within your shortcode or template tag.

Array
(
    [debug] => true
    [endpoint_variables] => Array
        (
        )

    [query_variables] => Array
        (
        )

    [body_variables] => Array
        (
        )

    [format] => 
    [html_tag] => div
    [html_labels] => false
    [html_url] => 
    [html_to_link] => 
    [img_key] => 
    [img_prepend] => 
    [img_link] => 
    [shortcode] => 1
    [on] => 
    [button_text] => 
    [hide_button] => 
    [button_spinner] => 
    [button_id] => 
    [ajax_output] => .wpgetapi_ajax_output
    [chain] => 
    [chain_delay] => 0
)
Response

The full response from the API request.

WP_Error Object
(
    [errors] => Array
        (
            [http_request_failed] => Array
                (
                    [0] => cURL error 7: Failed to connect to api.magraf.fr port 8443: Connection refused
                )

        )

    [error_data] => Array
        (
        )

    [additional_data:protected] => Array
        (
        )

)