API calls failure 7.0.x

With version 7.0.0 and 7.0.1, calls to web services that worked with version 6.3.3 fail.

@Marek_Melocik ok I understand, sorry. Here some detail and .rs file of the request.
with version 6.3.3 they work so it’s not possible that’s a bad request.

{
“detail”: “The browser (or proxy) sent a request that this server could not understand.”,
“status”: 400,
“title”: “Bad Request”,
“type”: “about:blank”
}

POST_Domains.rs.zip (1.1 KB)

@marco.candellone.ags

Are you behind any proxy ?

No @ThanhTo, no proxy.

Looking at the body:

    "configurations": [
        {
            "host": "imaps.pec.aruba.it",
            "port": 993,
            "ssl": true, 
            "type": "IMAP"
        }

Would it work if you remove "ssl":true ?

Hi @marco.candellone.ags,
The web service request coming from Katalon includes a transfer-encoding header, which maybe the cause for your issue. We will try to address this issue in tomorrow update.
Below is the sample headers of the request coming from Katalon:

host: en3u7jzupj4b9.x.pipedream.net
Accept-Encoding: gzip,deflate
Authorization: Bearer 123
Content-Type: application/json
User-Agent: Apache-HttpClient/4.5.1 (Java/1.8.0_202)
transfer-encoding: chunked
Connection: keep-alive

1 Like

Thank you so much @huynguyen !
I’ll wait tomorrow for the update.

@huynguyen fails also in 7.0.2 :confused:

Hi @marco.candellone.ags,
Please download Katalon Studio 7.0.3 and try again.
Regards.

@huynguyen Fixed with 7.0.4 !