/    Sign up×
Community /Pin to ProfileBookmark

Encrypt or Hide URL parameters

I would like to encrypt (or hide) the URL parameters (arg_names/values) from the users. I am using Oracle Portal, but I don’t think it’s an Oracle specific issue. Any ideas?

‘<A HREF=”‘

‘.TEACHERS_CLASS_ROSTER.show?p_arg_names=_show_header&p_arg_values=YES&p_arg_names=_max_rows&p_arg_values=20&p_arg_names=_portal_max_rows&p_arg_values=20′ ||
‘&p_arg_names=start_yy&p_arg_values=’ || B.start_yy ||
‘&p_arg_names=school&p_arg_values=’ || B.school ||
‘&p_arg_names=class_cd&p_arg_values=’ || B.class_cd ||
‘&p_arg_names=section&p_arg_values=’ || B.section ||
‘&p_arg_names=sub_section&p_arg_values=’ || B.sub_section ||
‘&p_arg_names=report_option&p_arg_values=’ || ‘1’ ||
‘” TARGET=”roster_window”>’|| ‘Roster’ || ‘</A>’ task1,

to post a comment
Full-stack Developer

1 Comments(s)

Copy linkTweet thisAlerts:
@felgallFeb 09.2006 — Use a different method to pass the values between pages. Some alternatives:

  • 1. POST from a form

  • 2. Use a cookie

  • 3. Use a session
  • ×

    Success!

    Help @rmagan spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.4,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,

    tipper: @Samric24,
    tipped: article
    amount: 1000 SATS,
    )...