Sebastian Roth

Results 205 comments of Sebastian Roth
trafficstars

@clovisnicolas Lets merge this one?

a) don't test this in simulator b) have you adjusted your Info.plist? please reopen as needed

I like to upvote this and kindly ask whether it's already merged?

There is no suitable API for iOS. You can only add URL query parameters. As the URL is encrypted in a SSL request, you can pass the values as there....

@nevi-me https://blog.httpwatch.com/2009/02/20/how-secure-are-query-strings-over-https The URL is encrypted.

My use case is to: - Run spaceauth from within a `schedule_beta` lane, which appropriately creates the token and stores it in a tmp file - Next part of the...

> > Run spaceauth from within a schedule_beta lane, which appropriately creates the token and stores it in a tmp file > > So you don't expect any prompts (2FA)...

> Ok, so your plan is to automate the "get a session manually and put it on my CI service" part, right? Yes. In other words, it used to be:...

> By the way: The "change the environment variable on my CI provider" stuff would probably make a great plugin, or at least custom action. So if that works, please...