Closed chirag755 closed 3 years ago
Hello, Thanks for the bug report. This issue was already brought to my attention and it has been fixed in version 2.10.0, which will likely be released within a week.
is there any workaround as of now, or can you share the beta version of 2.10.0, if there is one ofcourse.
is there any older version of this app which supports response.header
??
i really needed this..!!
You can sign up for the beta program here: https://play.google.com/apps/testing/ch.rmy.android.http_shortcuts This will allow you to install the beta app from the Play Store.
The non-Play-Store release will come soon.
Version 2.10.0 is now released, so this issue should be resolved.
hello there,
` it seems there is issue with
response.headers`i tried testing it via https://google.com and tried to parse its headers via
response.headers['Content-Type']
and when it hasnt worked then i parsed all repsone using
repsone
and saved to it a file and i found out that only body,statuscode and cookie was in my saved file, there was no headers value in it.you can also reproduce this by parsing any header via scripting