Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
hi,
i am not sure how to use the username and password values that you can specify in the "post form to url when submitted"?
How do i check on the url that recieves the posted form, weither the credentials are filled out correctly?
It works just fine getting the data from the Querystring. It's just the username and password that i don't know where to find.
Comment author was deleted
I guess that's when you need to authenticate agains the third party url
if i want to use it on my own website, how do i find the values in the posted request?
I know that Request["value1"] gives me the value "value1" from querystring, but what do i write to get the username and password?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
how to use username and password in the "post form to url when submitted"?
hi,
i am not sure how to use the username and password values that you can specify in the "post form to url when submitted"?
How do i check on the url that recieves the posted form, weither the credentials are filled out correctly?
It works just fine getting the data from the Querystring. It's just the username and password that i don't know where to find.
Comment author was deleted
I guess that's when you need to authenticate agains the third party url
if i want to use it on my own website, how do i find the values in the posted request?
I know that Request["value1"] gives me the value "value1" from querystring, but what do i write to get the username and password?
is working on a reply...