search for: qwxhzgrpbjpvcgvuihnlc2ftzq

Displaying 2 results from an estimated 2 matches for "qwxhzgrpbjpvcgvuihnlc2ftzq".

2016 Oct 11
2
Compound Literal - xlc and gcc differences can be patched
...@@ -160,27 +164,18 @@ const char *scheme; const char *data; - struct http_auth_param *params; + struct http_auth_param params[]; }; - -/* Valid auth credentials tests */ static const struct http_auth_credentials_test -valid_auth_credentials_tests[] = { - { - .credentials_in = "Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==", +basic_cred[] = { + { .scheme = "Basic", .data = "QWxhZGRpbjpvcGVuIHNlc2FtZQ==", .params = NULL - },{ - .credentials_in = "Digest username=\"Mufasa\", " - "realm=\"testrealm at host.com\", " -...
2012 Mar 06
2
rails login page with basic authorization
i have 2 portal, one and two. The portal one have all apis, and the portal Two have the interfaces, Here just i am doing enter the username and password in the login page so that will go the method of Portal Two. Then it will pass the username and password of a method of Portal One, this is am doing here. My question is how to do the basic authorization for encrypt the username and password