diff --git a/pages/index.vue b/pages/index.vue index a594af062..30bc8b5ca 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1552,7 +1552,10 @@ export default { * serialized by postwoman. */ canListParameters() { - return ["application/json", "application/x-www-form-urlencoded"].includes(this.contentType) + return ( + this.contentType === "application/x-www-form-urlencoded" || + this.contentType.endsWith("json") + ) }, uri: { get() {