[dancer-users] return content file
Hugues
hugues at max4mail.com
Wed Sep 23 20:54:21 BST 2015
Hello
thanks , content disposition is no good
see the return
curl -v http://localhost/download/560297bbc96186eea22e0f31/html/index.html
* About to connect() to localhost port 80 (#0)
* Trying ::1... Connexion refusée
* Trying 127.0.0.1... connected
* Connected to localhost (127.0.0.1) port 80 (#0)
> GET /api/v1/file/down/560297bbc96186eea22e0f31/html/index.html HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7
NSS/3.16.2.3 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> Host: localhost
> Accept: */*
>
* HTTP 1.0, assume close after body
< HTTP/1.0 200 OK
< Content-Length: 1211
< Content-Type: text/html
< Last-Modified: Wed, 23 Sep 2015 17:28:44 GMT
< Content-Disposition: attachment; filename="index.html"
< Set-Cookie: session.test=633577661861829697154487645971091229; path=/;
HttpOnly
< Set-Cookie: session.test=633577661861829697154487645971091229; path=/;
HttpOnly
Le 23/09/2015 21:48, WK a écrit :
> Hi!
>
> 2015-09-23 22:35 GMT+03:00 Hugues <hugues at max4mail.com>:
>
>> If I open this link in with firefox ,
>> http://localhost/download/560297bbc96186eea22e0f31/image/index.html
>> firefox launch a download of index.html.
>>
>> I don't want a download, I want html code directly as apache do.
>>
>> if someone has a idea, how I can do this ?
> If html-does not show up in bowser, my first tought is to check
> content_type (it should be text/html). Maybe is involved some other
> header, like Content-disposition. Check response headers.
>
> Wbr,
More information about the dancer-users
mailing list