Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8501887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T01:20:06+00:00 2026-06-11T01:20:06+00:00

Can you make someone to visit a HTTPS URL (for example https://graph.facebook.com/Enrique ‘) via

  • 0

Can you make someone to visit a HTTPS URL (for example https://graph.facebook.com/Enrique‘) via an iFrame/Script tag, and the visitor still don’t know what was the URL which got downloaded even if they check the ‘Network Console’ or something,

I’m free to use PHP ‘headers’ of something like that, but I would like to stay away from ‘cURL’ at server side, ’cause all I want is to make the visitor visit the URL with his own proxy to execute that url not my server(for preventing server load)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T01:20:08+00:00Added an answer on June 11, 2026 at 1:20 am

    Nope. There are methods of obfuscating it to make it harder to understand, but nothing bulletproof. Perhaps you could try URL encoding the text parts. For example:

    https://graph.facebook.com/%45%6e%72%69%71%75%65

    (I think chrome automatically replaces unnecessarily url-encoded characters.)

    Here’s some javascript that does this transform, I’m sure you could work up something similiar in PHP.

    function percentEncodeAllChars(str) {
    
        var strEncoded = '';
    
        for(var i = 0, ilen = str.length; i < ilen; i++) {
    
            var strHex = parseInt(str.charCodeAt(i)).toString(16);
            strEncoded += '%' + strHex;
        }
    
        return strEncoded;
    }
    
    function doEncode() {
    
        var strInput = document.getElementById('encode').value;
    
        document.getElementById('result').innerHTML = percentEncodeAllChars(strInput);
    }
    

    Source

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would be very glad if someone can make clear for me example mentioned
Can someone tell me how I can make a table be 100% height in
Can someone tell me how I can make the following output? I have a
Can someone share how to make items in a ListViewer scrollable? Source code will
Can someone tell/show me how to use PHP inside PHP. I'm trying to make
Quite a while ago, someone asked how you can make Visual Studio's debugger play
I'm not really sure how to word this exactly, so hopefully someone can make
I followed steps here: https://developers.facebook.com/docs/guides/mobile/#android but I really don't get how use Graph API
Can someone explain how egg-info directories are tied to their respective modules? For example,
On my local machine, I visit the url http://api.deezer.com/2.0/search/artist?q=feeder and get the correct json

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.