gotty icon indicating copy to clipboard operation
gotty copied to clipboard

Feature: Get arguments from headers

Open onuryilmaz opened this issue 6 years ago • 0 comments

It is possible to pass credentials or secrets via --permit-arguments as URL parameters: http://127.0.0.1:8080/?key=value

In order to pass critical information, it should be possible to pass inside headers: Arguments: key=value

In the server side, these parameters can also be added to the URL parameters while calling New(params map[string][]string) at backend/localcommand/factory.go#L40

onuryilmaz avatar Jan 15 '19 12:01 onuryilmaz