Note that there are some explanatory texts on larger screens.

plurals
  1. POfiddler and oracle fusion middleware forms
    primarykey
    data
    text
    <p>So I'm trying to figure out what oracle forms app is sending to server (to possibly use that for load testing). Fiddler tells me that sample request's header looks like this:</p> <pre><code>POST http://server:9001/forms/lservlet;jsessionid=[long string] HTTP/1.1 Pragma: 81 Content-type: application/octet-stream Cache-Control: no-cache User-Agent: Mozilla/4.0 (Windows XP 5.1) Java/1.6.0_30 Host: server:9001 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-Length: 39 </code></pre> <p>And the body looks like encrypted/compressed. The question is: what happened to the body (compression, decryption) and how do I get readable string? Or at least bytes that I could send programatically?</p> <p><strong>EDIT</strong> All right, if I go to fiddler's HexView there I have nice hexadecimal representation of what has been sent. Still not clear what client does with packet body, though.</p> <p><strong>EDIT 2</strong> Seems no one likes hacking oracle forms packets. Anyway, to end this here's a conclusion I've come to: if you send a http packet identical to the one before (like imitating search in a form) - server would answer with</p> <pre><code>ifError:0/FRM-93618: fatal error reading data from runtime process Contact your system administrator. </code></pre> <p>And the application itself would then throw </p> <pre><code> FRM-92104: A network error or server failure has occurred. The request was sent to the wrong application server (not the one which created the session). The Forms client has attempted to migrate the session %s time(s) without success. You will need to restart your application. </code></pre> <p>Would be great if anyone could shed some light on why this is so.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload