POST操作 [英] POST operation

查看:122
本文介绍了POST操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我可以提供一些帮助...


我正在vb.net的电子商务网站上工作(aspx)我已经建立了我的所有页面

执行结帐流程并进入摘要屏幕,您需要在付款之前检查您的数据。我遇到的问题是

外部支付提供商要求我发布(不允许GET)数据

给网站接管的地方以及完成后返回的数据到我的

网站。


我遇到的问题是当aspx

需要时我如何发布到外部网站标准页面操作的POST操作。(这么简单的

的东西让我痛苦万分!)


或者如果有人集成了一个aspx站点有汇丰银行服务(英国)我

非常感谢任何帮助!


提前谢谢。


Mark。

Hi All,

I could do with some assistance...

I am working on an ecommerce site in vb.net (aspx) I have built all my pages
that perform the checkout process and gets to a summary screen where you
check your data prior to making payment. The problem I have is that the
external payment provider requires that I POST (GET is not allowed) the data
to them where there site takes over and when complete returns back to the my
site.

The problem I have is how do I POST to an external website when aspx
requires the POST operations for standard page operation.(its such a simple
thing that is causing me so much pain!)

Or if anyone has integrated an aspx site with HSBC banking services (UK) I
would much appreciate any help!

Thanks in advance.

Mark.

推荐答案

" Mark" <标记@ nospamformeplease>在消息中写道

news:uy ************** @ TK2MSFTNGP14.phx.gbl ...
"Mark" <mark@nospamformeplease> wrote in message
news:uy**************@TK2MSFTNGP14.phx.gbl...
大家好,

我可以提供一些帮助......

我在vb.net(aspx)的电子商务网站上工作我已经构建了所有执行结帐流程并进入摘要屏幕,您可以在付款之前检查数据。我遇到的问题是,外部支付提供商要求我发布POST(不允许GET)
数据给他们哪里有网站接管,什么时候完成返回
回到我的网站。

我遇到的问题是当aspx
需要POST操作进行标准页面操作时,如何POST到外部网站。(这样一个简单的事情导致我非常痛苦!)
Hi All,

I could do with some assistance...

I am working on an ecommerce site in vb.net (aspx) I have built all my
pages that perform the checkout process and gets to a summary screen where
you check your data prior to making payment. The problem I have is that
the external payment provider requires that I POST (GET is not allowed)
the data to them where there site takes over and when complete returns
back to the my site.

The problem I have is how do I POST to an external website when aspx
requires the POST operations for standard page operation.(its such a
simple thing that is causing me so much pain!)




使用服务器端的WebRequest API。


John Saunders



Use the WebRequest APIs from the server-side.

John Saunders




" Mark" <标记@ nospamformeplease>在消息中写道

news:uy ************** @ TK2MSFTNGP14.phx.gbl ...

"Mark" <mark@nospamformeplease> wrote in message
news:uy**************@TK2MSFTNGP14.phx.gbl...
大家好,

我可以提供一些帮助......

我正在vb.net(aspx)的电子商务网站上工作我已经构建了所有
页面来执行结帐流程并进入摘要屏幕,您可以在付款之前检查数据。我遇到的问题是
外部支付提供商要求我向他们提供POST(不允许GET)
数据,其中有网站接管,完成后返回
我的网站。

我遇到的问题是当aspx
需要POST操作进行标准页面操作时,如何POST到外部网站。(这样一个
简单的事情导致我真是太痛苦了!)

或者,如果有人将汇总银行服务(英国)与aspx网站整合在一起,我将非常感谢任何帮助!

马克。
Hi All,

I could do with some assistance...

I am working on an ecommerce site in vb.net (aspx) I have built all my pages that perform the checkout process and gets to a summary screen where you
check your data prior to making payment. The problem I have is that the
external payment provider requires that I POST (GET is not allowed) the data to them where there site takes over and when complete returns back to the my site.

The problem I have is how do I POST to an external website when aspx
requires the POST operations for standard page operation.(its such a simple thing that is causing me so much pain!)

Or if anyone has integrated an aspx site with HSBC banking services (UK) I
would much appreciate any help!

Thanks in advance.

Mark.



我使用paypal需要表格。 paypal的工作方式是你将购物车和(如果你想要的话)用户信息发布到他们的系统以进一步处理

(而不仅仅是批准信用卡交易) )。如果它是hbb工作的方式,那么你可以使用asp.net

构建一个标准的html表单,它将信息发布到处理器。另外,他们会将

webrequest发回您的网站,确认交易。如果你想要完成的话,我可以提供更多

的详细信息。如果您只是想要获得信用卡号码和金额的b $ b,那么先前的建议

应该有效。

Mike


I use paypal which requires a form post. The way paypal works is you post
the cart and (if you want) the user information to their system for further
processing (as opposed to just approving the credit card transaction). If it
is the way hsbc works then you can build a standard html form using asp.net
which posts the information to the processor. Separately they send a
webrequest back to your site confirming the transaction. I can provide more
detail if this what you are trying to accomplish. If you are just looking
for approval of a credit card number and amount then the prior suggestion
should work.
Mike


John Saunders写道:
John Saunders wrote:
" Mark" <标记@ nospamformeplease>在消息中写道
新闻:uy ************** @ TK2MSFTNGP14.phx.gbl ...
"Mark" <mark@nospamformeplease> wrote in message
news:uy**************@TK2MSFTNGP14.phx.gbl...
大家好,

我正在vb.net(aspx)的电子商务网站上工作我已经构建了所有执行结帐流程的页面在摘要
屏幕上,您可以在付款之前检查数据。我的问题是,外部支付提供商要求我向他们提供POST(不允许GET)数据,以及当网站完成后返回我的网站时。

我遇到的问题是当aspx
需要POST操作进行标准页面操作时,如何POST到外部网站。(这样一个简单的事情导致我非常痛苦!)
Hi All,

I could do with some assistance...

I am working on an ecommerce site in vb.net (aspx) I have built all
my pages that perform the checkout process and gets to a summary
screen where you check your data prior to making payment. The
problem I have is that the external payment provider requires that I
POST (GET is not allowed) the data to them where there site takes
over and when complete returns back to the my site.

The problem I have is how do I POST to an external website when aspx
requires the POST operations for standard page operation.(its such a
simple thing that is causing me so much pain!)



使用服务器端的WebRequest API。



Use the WebRequest APIs from the server-side.




或System.Net.WebClient ,如果它真的只是一个简单的POST。


干杯,


-

Joerg Jooss
www.joergjooss.de
ne ** @ joergjooss.de


这篇关于POST操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆