Page 1 of 1

Http Post local - WebMatrix 3

Posted: Sat Jun 15, 2013 1:34 pm
by CoreStylerz
Hi all,
I want to use HTTP Post module for sending data to IIS server using WebMatrix 3 IDE.
Jus't it doesn't act.

I specified the local url: http://localhost:63089/ and page correctly but seems to not work?

Is possible then to use it locally?

Thanks 8-) :oops:

Re: Http Post local - WebMatrix 3

Posted: Sat Jun 15, 2013 2:47 pm
by MyCo
I've tried it. You can use it locally with "localhost" or "127.0.0.1", both work. Unfortunately only Port 80 is supported. So no matter what you enter into "URL" input, it tries to use that String as Domain and connect to Port 80 of it.

Re: Http Post local - WebMatrix 3

Posted: Sun Jun 16, 2013 8:20 pm
by chackl
Hello!

Try this:

URL-String:
localhost:63089

Page-String:
"" (empty - leave it blank)

Nothing more and it may work.
HTTP Post is able to comunicate with other ports than 80 ;)

it is like that:
Domain:port

Regards