Hello,
I need to add a Path header to the current request so the save method of registrar module will save the location with the path value to the db.
I made the necessary settings for the registrar module but I couldn't be able to add the header. Neither "append_hf" nor "add_path" of path module works since they don't add the header to the currently processing request. $hdr pseudovariable is readonly so I couldn't modify it as well.
What can I do to make this happen?
Also the reason I need this is to let people registered to different registrars to be able to call each other via their current tls connections to their respective registrars.
Thanks In Advance.