Questions tagged [url-obsfucation]
4 questions
2
votes
5 answers
Java HTTP Proxy
I am working on a project where we'd like to pull content from one of our legacy applications, BUT, we'd like to avoid showing the "waiting for www.somehostname.com/someproduct/..." to the user.
We can easily add another domain that points to the…

TM.
- 108,298
- 33
- 122
- 127
2
votes
2 answers
Reverse obfuscating plain text string urls in PHP
I'm trying to figure out a way to program a function that will de-obfuscate a plain text url.
Something like this:
Then in the processing of that form I want to…

Talon
- 4,937
- 10
- 43
- 57
0
votes
1 answer
How to securely store webhook url in c#
In a c# program I am creating, I am wanting to send the answers people give(the program is a quiz) to a webhook where they can be stored. How do I make it so that if someone opens up the program.cs they can't see what the web hook is? I use base64…

TwistedNight
- 15
- 1
- 4
0
votes
1 answer
Include dynamic URL in my URL without using query string?
ASP.NET 3.5, IIS7
In my Global.asax's Application_BeginRequest, I need to extract from the request's URL an entirely seperate URL that's been embedded in it without using query string.
The solution I came up with was to hex-encode the entire target…

lance
- 16,092
- 19
- 77
- 136