post method
#2
Join Date: Jun 2013
Location: Eau Claire, Wisconsin
Programs: United Mileage Plus 1K
Posts: 94
post method
What that means is you entered values into a form and then that form created a URL for a new page with the values encoded into that URL... Unfortunately it sounds like something went wrong and didn't pass those values
#3




Join Date: May 2009
Location: SEA
Programs: AA EXP (2.5MM), Hilton Gold, Marriott Titanium
Posts: 4,857
It's likely a bug with whatever web site you're using to do the transfer. Call their customer service.
POST vs GET are methods for submitting data to a web server. In your case, you don't care since you don't own/maintain the code for the web server. If you want more info then just search for GET vs POST and you can read up on plenty of more technical pieces.
POST vs GET are methods for submitting data to a web server. In your case, you don't care since you don't own/maintain the code for the web server. If you want more info then just search for GET vs POST and you can read up on plenty of more technical pieces.

