Jump to content
WAPT Forum
Sign in to follow this  
Guest Brad

Emulate APEX App Server Session IDs

Recommended Posts

Guest Brad

So I'm trying to use WAPT with a new application we have written on the APEX app server. The strangest thing I have run into here is that it will use strangely formated url params like this:

 

https://server-name/pls/wiatest/f?p=113:100:1577226641319546

 

where the url param "p" is actually THREE values separated by a COLON. Is there a way in WAPT that I can paste together THREE variables and place a COLON between each variable to make this a dynamic string? Thanks so much.

 

...Brad

Share this post


Link to post
Share on other sites

If I understand you right you need to use functions concatenation for dynamic value calculation.

In places where the parameter is used you can change its value from a static string to some formula. For example, formula will be p= $Var(some_var1):$Var(some_var2):$Var(some_var3)

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...