Is it possible to do a cross page POST to an ASP.NET, from a static HTML form?

后端 未结 2 811
星月不相逢
星月不相逢 2021-01-23 21:52

I am trying to create a static HTML page which has a

which posts to a 3rd-party ASP.NET website.

Is this possible when the target website uses

2条回答
  •  灰色年华
    2021-01-23 22:33

    check out this question:

    How to POST Data to another web application (cross domain)

    Let me know, if you need help with my implementation.

提交回复
热议问题