<html><head></head><body><div>Any reason why the address is different in those examples?<br /><br /><div class="acompli_signature">Sent from <a href="http://taps.io/outlookmobile">Outlook</a></div><br /></div><br /><br /><br />
<div class="gmail_quote">On Fri, Aug 7, 2015 at 2:11 AM -0700, "Dmitry Bushmelev" <span dir="ltr"><<a href="mailto:dmitrii.bushmelev@gmail.com" target="_blank">dmitrii.bushmelev@gmail.com</a>></span> wrote:<br />
<br />

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="3D"ltr"">
<pre>Hi.
If I am making request using curl or browser, response is successful:

$ curl -v http://www.fotbolldirekt.se/epfootball/feed/
* Trying 188.95.225.175...
* Connected to www.fotbolldirekt.se (188.95.225.175) port 80 (#0)
> GET /epfootball/feed/ HTTP/1.1
> User-Agent: curl/7.37.1
> Host: www.fotbolldirekt.se
> Accept: */*
>
< HTTP/1.1 200 OK


but if I am using httpc I am getting 500:

> httpc:request(get, {"http://blogg.vk.se/fotbollsbloggen/feed/", []}, [], []).
{ok,{{"HTTP/1.0",500,"Server Error"},
     [{"cache-control","no-cache"},
      {"connection","close"},
      {"content-type","text/html"}],
     "<h1>500 Server Error</h1>\nAn internal server error occured.\n\n”}}

Erlang 17.4, problem reproduces on ubuntu 14.04 and OSX 10.10.

Do someone knows how to fix that?
Thanks.
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
</pre>
</div>

</blockquote>
</div>
</body></html>