Hello All,
I an facing problem with CURL plugin.
I have curl enabled on my server.
But it is not sending data to CURL target URL.
When I concate target URL with ? and with CURL values by using debug mode. And when I access this string in browser its save data to target URL of curl.
But it doesnt normally.
Any suggestion.
I an facing problem with CURL plugin.
I have curl enabled on my server.
But it is not sending data to CURL target URL.
When I concate target URL with ? and with CURL values by using debug mode. And when I access this string in browser its save data to target URL of curl.
But it doesnt normally.
Any suggestion.
this is from Debug
$params->target_url: http://mbc.arcticmail.biz:8090/Application_New.aspx
$curl_values: GI_firstname=tfname&GI_lastname=tlname&GI_homeAddress=thaddress&GI_Unit=tunit&GI_city=tcity&GI_States=1&GI_zip=45682&GI_SSN=111222333&GI_DOB=12%2F12%2F2000&GI_CellPhone=654-465-8970&GI_email=tes%40tes.com&GI_verifyemail=tes%40tes.com&GI_DriversLicence=5555&GI_LicenseState=19&GI_MaidenName=lisa&GI_RentPayment=1000&GI_HouseholdIncome=1&GI_Heloc=1&GI_balanceofHeloc=2000&GI_totalbalanceDebt=3000&GI_CCTUsername=chku&GI_CCTPassword=chkp&BI_LegalBusiness=test+lbn&BI_TypeofIndustry=2&BI_Address=ress&BI_Suite=4&BI_City=city&BI_State=1&BI_Zip=45678&BI_BusinessPhone=452-874-0000&BI_email=test%40test.com&BI_VerifyEmail=test%40test.com&BI_PhoneRegistered=0&BI_DB=12&BI_legalEntity=1&BI_FederalTaxID=456456456&BI_Position=top&BI_Employees=1&BI_YearsInIndustry=1&BI_YearsAsOwner=1&BI_AnnualRevenue=1&BI_AnnualNetRevenue=1&BII_BusinessBank=wb&BII_City=wbc&BBI_State=1&BII_ContactPerson=&BII_Phone=&BBI_MonthlyDeposits=1&SAI_creditamountrequested=4500&SAI_CCbank=bbb&SAI_typeofCC=1&SAI_CCnumber=4215978400005&SAI_CCexpirationdate=01&SAI_CCexpirationyear=30&SAI_CCexpirationcvc3=333&SAI_nameonCC=aaaa&SAI_CCholderaddress=aaaaa&SAI_CCholdercity=sssss&SAI_CCholderstate=1&SAI_CCholderzipcode=11111&SAI_nameoncheckingaccount=qqqq&SAI_routingnumber=132465798&SAI_accountnumber=02563&LeadOrigin=Macro+Business+Capital&IpAddress=183.182.84.26&option=com_content&task=chronotest
$ch: Resource id #118
CURL response:
this is comming blank
but when we concate Target URL and values it saves record.
$params->target_url: http://mbc.arcticmail.biz:8090/Application_New.aspx
$curl_values: GI_firstname=tfname&GI_lastname=tlname&GI_homeAddress=thaddress&GI_Unit=tunit&GI_city=tcity&GI_States=1&GI_zip=45682&GI_SSN=111222333&GI_DOB=12%2F12%2F2000&GI_CellPhone=654-465-8970&GI_email=tes%40tes.com&GI_verifyemail=tes%40tes.com&GI_DriversLicence=5555&GI_LicenseState=19&GI_MaidenName=lisa&GI_RentPayment=1000&GI_HouseholdIncome=1&GI_Heloc=1&GI_balanceofHeloc=2000&GI_totalbalanceDebt=3000&GI_CCTUsername=chku&GI_CCTPassword=chkp&BI_LegalBusiness=test+lbn&BI_TypeofIndustry=2&BI_Address=ress&BI_Suite=4&BI_City=city&BI_State=1&BI_Zip=45678&BI_BusinessPhone=452-874-0000&BI_email=test%40test.com&BI_VerifyEmail=test%40test.com&BI_PhoneRegistered=0&BI_DB=12&BI_legalEntity=1&BI_FederalTaxID=456456456&BI_Position=top&BI_Employees=1&BI_YearsInIndustry=1&BI_YearsAsOwner=1&BI_AnnualRevenue=1&BI_AnnualNetRevenue=1&BII_BusinessBank=wb&BII_City=wbc&BBI_State=1&BII_ContactPerson=&BII_Phone=&BBI_MonthlyDeposits=1&SAI_creditamountrequested=4500&SAI_CCbank=bbb&SAI_typeofCC=1&SAI_CCnumber=4215978400005&SAI_CCexpirationdate=01&SAI_CCexpirationyear=30&SAI_CCexpirationcvc3=333&SAI_nameonCC=aaaa&SAI_CCholderaddress=aaaaa&SAI_CCholdercity=sssss&SAI_CCholderstate=1&SAI_CCholderzipcode=11111&SAI_nameoncheckingaccount=qqqq&SAI_routingnumber=132465798&SAI_accountnumber=02563&LeadOrigin=Macro+Business+Capital&IpAddress=183.182.84.26&option=com_content&task=chronotest
$ch: Resource id #118
CURL response:
this is comming blank
but when we concate Target URL and values it saves record.
This topic is locked and no more replies can be posted.