Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
authorization
- Page 1
How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by FarrisFahad
…($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HTTPHEADER, [ 'Content-Type: application/json', '
Authorization
: Basic ' . $authHeader ]); $response = curl_exec($ch); $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); $error…
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
Never trust ChatGPT to write fully flushed out code for ya :) Pinterest uses OAuth to authorize your app on behalf of your app's end-user, if that makes sense. For example, your goal is for your end-user to load up your app, and have access to *their* Pinterest account. What OAuth does is give your end-user the ability to grant your app …
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
Oh, it looks as if the tutorial was for the old DaniWeb API that no longer exists. The [DaniWeb Connect API](https://www.daniweb.com/connect/developers) is also OAuth-based and has some of its own documentation.
authorization problem
Programming
Web Development
15 Years Ago
by ans2007kumar
…quot;90" /> </authentication> <
authorization
> <deny users="?"/> <…;/
authorization
>[/CODE] so that unauthorized user do not…quot;90" /> </authentication> <
authorization
> <allow users="?"/> <…
Authorization and authentication
Programming
Web Development
14 Years Ago
by ans2007kumar
…"/> </authentication> <
authorization
> <allow roles="Admin"/&…connectionStrings/> <system.web> <
authorization
> <allow roles="Admin"/>… <deny users="*"/> </
authorization
> </system.web> </configuration…
Re: authorization problem
Programming
Web Development
15 Years Ago
by kvprajapati
…;> <system.web> <
authorization
> <allow users="?"/> </
authorization
> </system.web> <…
Authorization within subdirectories
Programming
Web Development
17 Years Ago
by dbdesigner_2008
…;> <System.web> <
authorization
> <allow users="?"/> </
authorization
> </System.web> <…
Authorization problem in webconfig file
Programming
Web Development
14 Years Ago
by lupis
…;/forms> </authentication> <
authorization
> <allow users="?"/> </
authorization
>[/CODE] For my login.aspx…
authorization not more than 3 times usin jsp
Programming
Web Development
17 Years Ago
by mayanka
… and password, so any pointers regarding how to add the
authorization
if password entered wrong more than 3 times will be…
Authorization management (design)
Programming
Computer Science
16 Years Ago
by kymior
… module. As for the user, because when we talk about
authorization
we understand user, I have a table and a user…
error in asp.net in </authorization>
Programming
Web Development
17 Years Ago
by arunsolanki31
…/login.aspx"> <system.web> <
authorization
> <allow users="arun"/> <…;allow roles="bigboss"/> </
authorization
> </system.web> </location>
client side authorization in asp.net web project
Programming
Web Development
13 Years Ago
by kpshamilsagar
… datas from client.i know that client must be given
authorization
to put data into server.can anyone tell me how…;/forms> </authentication> <
authorization
> <deny users = "?"/> </
authorization
> [/CODE] login.aspx [CODE] <…
Re: Forms Authorization/ Authentication using asp .net and vb .net
Programming
Web Development
15 Years Ago
by suzainform
…="http://www.sampleforms.org/category/
authorization
-forms"]
authorization
forms[/URL]. By the use of
authorization
forms, we can simply give authority…
Forms Authorization/ Authentication using asp .net and vb .net
Programming
Web Development
20 Years Ago
by Slade
… allowed to use this application. So we use the
authorization
tag: [CODE] <
authorization
> <allow users="*" /> [/CODE…
HTTP request with negotiate authorization
Programming
Web Development
16 Years Ago
by sigbjorn
… a username and password proteced file using negotiate
authorization
(not basic ex. "
Authorization
: Basic username:password". I need PHP to…
Re: User Authorization
Programming
Software Development
20 Years Ago
by gspandian
… now its the step that I want to make user
authorization
! but I don't know any thing about it ! if… , i am pandian plz tell ur problem clearly whether the
authorization
through database or thro coding. with regards pandian
Re: User Authorization
Programming
Software Development
20 Years Ago
by nazanin_dnr
… , i am pandian plz tell ur problem clearly whether the
authorization
through database or thro coding. with regards pandian[/QUOTE] Hi… :) I mean
authorization
through coding for example for admin or other ordinary users…
User Authorization
Programming
Software Development
20 Years Ago
by nazanin_dnr
Hi everyone I have written an applcation and now its the step that I want to make user
authorization
! but I don't know any thing about it ! if anyone knows please introduce me some articles or please guides me ! thanx for your help
Re: User Authorization
Programming
Software Development
20 Years Ago
by nanosani
owww .... I think you failed to explain clearly :D. Any wayz ... I make a different GUI group for every
authorization
. I made a home finance manager ... with four users with their seperate accounts .. and a general group that can be accessed by everyone ... and an admin .. who can access every GUI.
Re: User Authorization
Programming
Software Development
20 Years Ago
by tigerxx
… now its the step that I want to make user
authorization
! but I don't know any thing about it ! if…
Is the MAC wireless Authorization safe/secure?
Hardware and Software
Networking
20 Years Ago
by jc234
Is the MAC wireless
Authorization
safe/secure? I'm wondering if is really safe since i heard that the WEP is not that safe after all.
How to add user and User-Based Authorization (C#)
Programming
Software Development
13 Years Ago
by uva1102
Hi everyone, i already build web page, now i need to add one more user and the user based
authorization
to view only the website. any samples please.. thank you
Getting Authorization Required internal server error 500 on apache http ser
Programming
Web Development
12 Years Ago
by Nagarajan M
… prompting authentication for file read operation. and am getting some
authorization
required error -500 Internal Server Error.. .. I dont know why…
Revoke API authorization
Community Center
Meta DaniWeb
12 Years Ago
by pritaeas
Wondering if, and if so where, I can revoke an
authorization
for an API client. It would be quite useful for testing if I can revoke it, to test and debug the application flow. Now the only possibility (AFAIK) is to add a new application.
How do I get the serial and authorization key for delphi 8 .
Programming
Software Development
10 Years Ago
by Ojo_1
I need the serial key and
authorization
key for delphi 8.All i have been seeing is contact delphi.How will i do that please anyone with usefull information.
PHP Infobip sms API: How to generate Authorization Key and API Key
Programming
Web Development
8 Years Ago
by Hilal2009
Hey guys! Can you help me on how to generate
Authorization
Key and API Key from Infobip SMS API?
IOS development Ble Hid, need to apply for hid authorization from Apple?
Programming
Mobile Development
2 Years Ago
by peter.ding
IOS development Ble Hid, need to apply for hid
authorization
from Apple?
Re: authorization problem
Programming
Web Development
15 Years Ago
by ans2007kumar
thankx
Re: Authorization and authentication
Programming
Web Development
14 Years Ago
by dnanetwork
[url]http://www.asp.net/security/tutorials/validating-user-credentials-against-the-membership-user-store-cs[/url] Done. please avoid using session. now u have user which is unique in your database. create a generic method which will fetch the role of current user and redirect user accordingly.
Re: Authorization and authentication
Programming
Web Development
14 Years Ago
by jasikamarshel
Authorisation menace we assign a role and a authentication menace a user-name and password this way you describe and here a program for that is you use.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC