Waboodoo / HTTP-Shortcuts

Android app to create home screen shortcuts that trigger arbitrary HTTP requests
https://http-shortcuts.rmy.ch
MIT License
1.17k stars 113 forks source link

[BUG] Issue with response.headers in scripting #245

Closed chirag755 closed 3 years ago

chirag755 commented 3 years ago

hello there, ` it seems there is issue withresponse.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

Waboodoo commented 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.

chirag755 commented 3 years ago

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..!!

Waboodoo commented 3 years ago

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.

Waboodoo commented 3 years ago

Version 2.10.0 is now released, so this issue should be resolved.