Kong Konnect Dev Portal Bug Reproduction API

Kong Konnect Dev Portal Bug Reproduction API

1.0.0OAS 3.0

This spec reproduces a bug in the Dev Portal “Try it” block. When optional query parameters are left blank, the Dev Portal appends them to the request URL as the literal string “undefined”.

API Base URL
  • Server 1:https://httpbin.konghq.com

    Public HTTP Request & Response Service (Echoes back request details)

Reproduce Dev Portal Query Parameter Bug

  1. Click “Try it”. 2. Leave all the query parameter fields completely blank. 3. Click “Send” / “Execute”. 4. Look at the Response Body. If the bug is present, the args object
    will show the parameters mapped to the literal string "undefined".
get
https://httpbin.konghq.com/anything

Query Parameters

website_idstring

Optional website ID filter.

text_filterstring

Optional text search filter.

fromstring

Optional start timestamp.

untilstring

Optional end timestamp.

cursorstring

Optional pagination cursor.

Response

200 application/json

Success. The incoming request payload is echoed back.

argsobject

Contains the query parameters received by the server.

get/anything
 
200 application/json