Get URL of Post You Are Editing

You should have the $post variable (you may need global $post;) from which you can get the post ID ($post->ID). Then $perm = get_permalink( $post->ID ); should give you what you want.

https://codex.wordpress.org/Function_Reference/get_permalink