HTTP-BIND workks int chrome but does not work in Internet Explorer...

hello everybody

when i run the command:

http://localhost:5280/http-bind

it works in Chrome, but not Internet Explorer. Should it work in internet explorer?

Here is copy of the config

override_global.
override_local.
override_acls.
{loglevel, 4}.

{hosts, ["localhost","company-group.com","server-chat01"]}.

{listen,
[
{5222, ejabberd_c2s, [
{access, c2s},
{shaper, c2s_shaper},
{max_stanza_size, 65536}
]},
{5269, ejabberd_s2s_in, [
{shaper, s2s_shaper},
{max_stanza_size, 131072}
]},
{5280, ejabberd_http, [
http_bind,
http_poll,
web_admin
]}{modules,
[
{mod_adhoc, []},
{mod_announce, [{access, announce}]}, % recommends mod_adhoc
{mod_caps, []},
{mod_configure,[]}, % requires mod_adhoc
{mod_disco, []},
{mod_last, []},
{mod_offline, []},
{mod_private, []},
{mod_pubsub, [ % requires mod_caps
{access_createnode, pubsub_createnode},
{plugins, ["default", "pep"]}
]},
{mod_muc, [
%%{host, "conference.@HOST@"},
{access, muc},
{access_create, muc_create},
{access_persistent, muc_create},
{access_admin, muc_admin}
]},
{mod_roster, []},
{mod_stats, []},
{mod_time, []},
{mod_http_bind,[]},
{mod_version, []}

Thanks all!

Hello, Did you find a

Hello,

Did you find a solution for this problem because i encounterd the same difficulties...

Thanks all !

Syndicate content