[Tutor] + converted to 25 in http string

2007-04-24 Thread govind goyal
Hi, I am using http to automate my Access point(AP) configuration where I sent following strings to AP server through script. params = urllib.urlencode ({'WRegion':USA,'ssid':wifi,'ap':ap,'ssid_enable':ssid_enable,* 'wire_mode':b+only,* 'w_channel':6,'lan_ac':everyone,'int_ac':everyone}) Above

Re: [Tutor] + converted to 25 in http string

2007-04-24 Thread Martin Walsh
Hi, govind goyal wrote: Hi, I am using http to automate my Access point(AP) configuration where I sent following strings to AP server through script. params = urllib.urlencode ({'WRegion':USA,'ssid':wifi,'ap':ap,'ssid_enable':ssid_enable,* 'wire_mode':b+only,*

Re: [Tutor] + converted to 25 in http string

2007-04-24 Thread Kent Johnson
govind goyal wrote: Hi, I am using http to automate my Access point(AP) configuration where I sent following strings to AP server through script. params = urllib.urlencode({'WRegion':USA,'ssid':wifi,'ap':ap,'ssid_enable':ssid_enable,*'wire_mode':b+only,*