We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 163b2f8 + a35cf06 commit 7e172a4Copy full SHA for 7e172a4
internal/request/request.go
@@ -31,7 +31,7 @@ func (r *Request) WithSecurityScheme(ss *auth.SecurityScheme) *Request {
31
}
32
33
func (r *Request) Do() (*http.Response, error) {
34
- r.Header.Set("User-Agent", "MyProject")
+ r.Header.Set("User-Agent", "vulnapi")
35
36
if securityScheme := *r.SecurityScheme; securityScheme != nil {
37
for _, c := range securityScheme.GetCookies() {
0 commit comments