Welcome Guest, Not a member yet? Register   Sign In
how to allow get method
#11

[eluser]wiredesignz[/eluser]
@praveens, please post the URL you expect to use, help us to help you.

@xwero, I hope you have sandwiches and drink handy, this looks like its going to be a long thread. :lol:
#12

[eluser]praveens[/eluser]
url is


i am trying to retrieve result value i hope you got my point
#13

[eluser]wiredesignz[/eluser]
Please also post your .htaccess file contents and $config['uri_protocol'] setting and any $route[s] you may have.
#14

[eluser]xwero[/eluser]
always nice to have such a value in your url. the good part is that nobody is going to guess this Smile
#15

[eluser]praveens[/eluser]
htaccess file

Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^(index\.php|check_images|js|css)
RewriteRule ^(.*)$ index.php/$1 [L]
#16

[eluser]adwin[/eluser]
[quote author="praveens" date="1213727897"]url is

http://www.cheapvectors.com/users/success?result=a3e927dca09b93b2c59d8f19bceae31cbabafd87cfbaa9831824a738bac219564196204d6f94f3a7f3f53f98a48aadb850e4ec8bba4e0e6f5de2df4f174dcdac86a357fd761b893a8a596be5a39bc4ce33db822d817cfc1b1988b8caa3169159ba0f685d552915ccf2fafb4634d3225d99e507dcd4206fe8b419019abd9e34e89cd96a0b71fd4f20693f7c39a2dbd3a3da53cb77c605ba0cb863a03b8d3064db5ca69aebfdde5f3ada53cb77c605ba0c4ee803544fec1dc00d9937b4ce699aa580d358884577a189958358c5fd66b0b923752bedccdb1a6d80d358884577a18974348d450ec3680cf93633b023d2160b412453236ff3184cee5db2d0ed42d352bcf4ba07c670eacd753cf6ce58079e75efac79dc09bf8715f8fb94fdf7150e8206c4885c8b97e5202db64e6cf7bee9b313c2ce455a5ce36515aac0f6224657f9eed3ce469b6907dc67fccd3b74b8b20514cb45d7c89774db3f3599dcf0a6da105703e15778dc197131b8c81c5272f3d854f7eba269259e9b3861a0487beefa15a3c25d4f784de0e568cd931e4a6e190cfb0301a2f142ddd755ba8a71d6ec6b6d6524bc0616478311bb4e7668bd6684087eef38ca58ffa8231aa9a453073372882136a45ef0bf260b617a6f71b2c499ecffb30826caa3451cbfc0e19e2775298e21fc7ac4036c6c82f67ce2adf8a1b5c7b9bc4ee25ef31362458215434f8355d9db1a384381be5cf0712b13c138d76b61822267059cac4640cda3a946aa4eb8cb8759658f765439218bee4bb035ea5edc599c57ec41e9ebac2cf3307a327c52e30a69de5f907002600e06056e21f91b147b19bf7f95bced8b80a4050a0ba3ab979c7500cd298d6d2b848c5cae812d88627f00048a0c23add4ae0676b3746d137acc1686f14406a49466fa960eeea4f3f12fc6610a4ecd6ea7bbf9d5f121831d2bdae60474ed406d7416e047758a238530f4d94a55a155d2952251abb6a57f1c485c83ca2c11309e67522aa029d28ddfe616e047758a238530c47bb5a163f07d75fe14f81e660878ebf18fa7cbfc618a117c3c1715118fbf101ce3ac71118a7a958a0a79fbb86847bf6eca2e73c713238ea5723fef69e4f59c372350559616b023f93633b023d2160b9f5c151f2af738d42ef9fd97a21b77bd9128ebdd34e99a6a5d52ca3909cae0294bb1aa1fafbd20d61c3d0edc20eceb83db15307c22b718103c1b5be57cff3740e959f35c3e338ba1722536a01b54f599&userid=Trophyartworks_Dev

i am trying to retrieve result value i hope you got my point[/quote]

the simple way to solve this is change your url into :
http://www.cheapvectors.com/users/succes...tworks_Dev

and in your $users->success($result, $userid);

Smile
is the result contains encoded stuff ? I would use $_POST instead GET Wink




Theme © iAndrew 2016 - Forum software by © MyBB