Tagged Questions
The authority tag has no wiki summary.
21
votes
5answers
12k views
.NET - Get protocol, host, and port
Is there a simple way in .NET to quickly get the current protocol, host, and port? For example, if I'm on the following URL:
http://www.mywebsite.com:80/pages/page1.aspx
I need to return:
...
2
votes
1answer
99 views
Regex matching url authority parts
I need to match these parts of the following string:
(user)@(hostname):(port)
User and port can optionally be matched.
First I managed it with this regular expression:
...
2
votes
2answers
118 views
How to know whether I have admin authority in windows?
Is there any APIs in windows to detect whether the current user(current now) has the admin authority?
BOOL IsHasAuthority()
{
}
Many Thanks!
1
vote
1answer
56 views
SAP: Where are the authority objects?
Any ideas where I can find a list of existing authority objects? I'm looking for the 'default' ones like S_CARRID.
1
vote
1answer
1k views
android duplicate provider authority
I have had users complaining of a "duplicate provider authority" error when trying to install my android application. I initially thought it might be an old version interfering with the new version, ...
1
vote
2answers
1k views
C# utility to create a CA
I'd like to create a utility in C# to allow someone to easily create a Certificate Authority (CA) in Windows. Any ideas/suggestions?
I know I can use OpenSSL to do this. In the end, I'll want this ...
0
votes
0answers
27 views
Parse Exception Expected authority at index 7: http://
I've been playing with YouTube API for the last two months. I have an exception in my code.. it says "Parse exception Expected authority at index 7: http://". I have "googled it" many times to find a ...
0
votes
1answer
19 views
Do I strictly need authorities for user-service in Spring?
If I remove
<authorities-by-username-query="myquery">
in my jdbc-user-service then my form always gives me 'bad credentials'. I've checked it triple times , I cannot authorize person ...
0
votes
1answer
125 views
Content provider and sqlite database, uri syntax
I have been unsuccessfully trying to access database trough content provider for couple of days now.
I think that I don't understand the syntax of the Uri that is used to point to the database. Maybe ...
0
votes
3answers
152 views
what's the best way to check user's current authority in spring3 controller methods?
User's authority is frequently changed in my web service.
In this case, how do I check user's authority effectively?
I wrote code that check user's authority in every controller temporarily.
But I ...
-1
votes
1answer
26 views
Getting Started with SSL [closed]
I'm new to SSL. Because of Facebook changes on October 1sth 2011 I've been forced to look for a Certificate Authotity to get an SSL certificate.
There are so many choices out there and my boss is ...