Fiddler easily send requests and recieves answers from my Api but Studio not, request from studion even don't get to api.
Log says:
13:23:27.676 [INFO] [START] | Step 'Api' [7KifDHNOAE0ql1ukkpSAWR]
13:23:27.827 [ERROR] [FAILED] | | 'GET http://[ip]:[port]/api/version' [144 ms] [3tDMFpQUKTNpVFeC9JSdUh] 'ЌҐў®§¬®¦® гбв ®ўЁвм 100-Continue б Ї®¬®ймо нв®Ј® бў®©бвў .€¬п Ї а ¬Ґва : value'
13:23:27.831 [ERROR] [FAILED] | Step 'Api' [156 ms] [7KifDHNOAE0ql1ukkpSAWR]
I even tryed to export request from fiddler and import it to studio - it didn't help.11 Answers, 1 is accepted
Thanks for reaching out. I am afraid though that the information you have provided is not sufficient to determine what exactly happens on your side. Could you please send us a test project where the issue reproduces?
Regards,
Oleg
Telerik by Progress

i found reason of tests fails, in headers was block
Content-Length: 100
after i removed it - it worked.
However i i have a problem with displaying ru-ru charset in Console and in "Last Response Data"
I am not able to replicate this behavior with Test Studio for APIs version 2016.3.928 and newer (refer attached screenshot). Let me know which is the version you are using and provide more information. If you provide a test project would be helpful enough.
Regards,
Ivaylo
Telerik by Progress

Ivaylo,i see this:

After carefully inspecting your request I have just found out that you are sending header:
Accept-Encoding: gzip
If you remove this header you should be able to see the response content without gzip compression. Please give this a try and let me know if you will need further assistance. Thanks in advance for your cooperation!
Regards,
John
Telerik by Progress

Yes, It worked. Thank you. I have next question:
Can i in some insert Authorisation header in variable? As 'base-url'
I tried to create auth variable insert into it all authorization header (Basic Vlc3Q6YjBlMGVjN2ZhMGE4OTU3N2M5MzQxYzE2Y2ZmO.....) something like that but Studio do not send varibale value. It send nothing if i insert variable into Authorization header.
Thank you for writing. I tried reproducing the issue you described but with no success. Have a look at the screenshots below and let me know if I am missing anything.


I'd be glad to assist you further.
Regards,
Kiril Stanoev
Telerik by Progress

I made the auth-variable a project variable and the test worked as expected. I'm attaching my test project. Have a look at it and let me know if I'm missing anything. The next step is to send us a sample project that reproduces the issue you're describing.
Regards,
Kiril Stanoev
Telerik by Progress
