The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

all updated browsers no longer support URL encoding of basic access credentials.

deepak ramola
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 7, 2017

I am passing username and password direct into a url. its stopped working after few days. now url is now opening. is there any other method to pass credentials deirectly into url so my url can work without popup.

this is the part of my code- 

function UserByCamera(CameraId)
{
tree_country_id = 0
tree_building_id = 0;
tree_location_id = 0;
tree_company_id = 0;
tree_camera_id = CameraId;
$.ajax({
type: "Get",
url: "/VideoCamera/ByCamera",
data: { cameraId: CameraId },
success: function (result)
{

var IPAddress = result.IP;
var UserName = result.UID;
var Password = result.PWD;
var slash = "//";
var colon = ":";
var attherate = "@";
var http = "http";
var mainurl = http + colon + slash + UserName + colon + Password + attherate + IPAddress;
$("#frame").attr("src", mainurl);

}
});
return false;

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 8, 2017

You'll probably need to consult the documentation or help for the application you are trying to connect to.

This does not appear to have anything to do with JIRA, or any Atlassian application, so I think you are in the wrong place.

TAGS
AUG Leaders

Atlassian Community Events