Edoardo Spadoni

Results 5 comments of Edoardo Spadoni

Hi, have you tried with: ```js request( { url: "https://api.github.com/repos/:owner/:repo/releases/assets/:asset_id", method: "GET", headers: { Accept: "application/octet-stream", Authorization: "token " + process.env.GITHUB_TOKEN, "User-Agent": "", }, }, function (error, response, body) {...

> This won't for private assets that redirect to s3. AWS complains that the Authorization header is present. You _can_ use the query param to work around this, but it...

Hi, thanks for your answer :+1:, but I can't find any occurencies of "a=setup:.." to substitue with actpass in SipML. Is only a client library issue? Or I should fix...

Ok I found in the `tsdp_parser_message.js` file the function that parses the header and I added the `actpass` in `s_field` attribute of header. This is a workaround for Chrome. Thanks....

Hi @mislav, thank you for your kind and thoughtful response! I appreciate your openness to collaboration and the context you provided regarding similar past requests. Thanks again for your availability...