Http Post local - WebMatrix 3

For general discussion related FlowStone
Post Reply
User avatar
CoreStylerz
Posts: 327
Joined: Sun Jan 22, 2012 2:19 am
Location: italy
Contact:

Http Post local - WebMatrix 3

Post 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:
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: Http Post local - WebMatrix 3

Post 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.
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: Http Post local - WebMatrix 3

Post 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
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
Post Reply