Re: can't get http-get w/ accept header working

2022-01-26 Thread Keith Wright
Matt Wette writes: > Does someone have example of using the Accept header with http-get? I don't. > I'm basically calling >     (http-get url #:headers (list auth (parse-header 'accept "*/*") ...) > > and getting back error from web/request.scm: >     (validate-headers (((*/*)) ... ) > > head

can't get http-get w/ accept header working

2022-01-26 Thread Matt Wette
Hi All, Does someone have example of using the Accept header with http-get? I'm basically calling     (http-get url #:headers (list auth (parse-header 'accept "*/*") ...) and getting back error from web/request.scm:     (validate-headers (((*/*)) ... ) header name not a symbol (*/*) Thanks, M